COLOR #00072B

HEX: #00072B
RGB: (0,7,43)

Renk bilgisi

#00072B contains only green and blue colors. #00072B ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#00072B color RGB value is (0,7,43).

  • kırmız ton 0;
  • yeşil ton 7;
  • mavi ton 43.
RGB:
(0,7,43)
(0%,3%,17%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 7 of 255 = 3%
B 43 of 255 = 17%

0
7
43

R + G + B ~ 7%. #00072B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 43 = 50 (100%)
R 0 of 50 ~ 0%
G 7 of 50 ~ 14%
B 43 of 50 ~ 86%

%14
%86

CMYK RENK MODELİ

#00072B rengi CMYK tonu (100,84,0,83).

  • camgöbeği tonu 100.00%
  • eflatun tonu 83.72%
  • sarı tonu 0.00%
  • ana renk tonu 83.14%
CMYK:
(100,84,0,83)
C100M84Y0K83 
(100%,84%,0%,83%)
(1.00/0.84/0.00/0.83)	

CMYK yüzdeleri

%100
%83.72
%0
%83.14

Codes

Color #00072B in popluar color models

00072B
RGB0743
HSL230°100.00%8.43%
HSB/HSV230°100.00%16.86%
CMYK100.00%83.72%0.00%
83.14%

Color #00072B in popluar number systems.

HEX00072B
Decimal0743
Binary0111101011
Octal0753

Shades and tints

Shades of #00072B

#00072B
(0,7,43)
#000728
(0,7,40)
#000725
(0,7,37)
#000722
(0,7,34)
#00071F
(0,7,31)
#00071C
(0,7,28)
#000719
(0,7,25)
#000716
(0,7,22)
#000713
(0,7,19)
#000710
(0,7,16)
#00070D
(0,7,13)
#000000
(0,0,0)

Tints of #00072B

#00072B
(0,7,43)
#171D3E
(23,29,62)
#2E3351
(46,51,81)
#454964
(69,73,100)
#5C5F77
(92,95,119)
#73758A
(115,117,138)
#8A8B9D
(138,139,157)
#A1A1B0
(161,161,176)
#B8B7C3
(184,183,195)
#CFCDD6
(207,205,214)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00072B color. Also use rgb(0,7,43) instead hex code.

Text Font Color

.myTextColor { color: #00072B; }

<p style="color:#00072B">This sample text font color is #00072B.</p>

This text font color is #00072B.


Background Color

.myBgColor { background-color: #00072B; }

<div style="background-color:#00072B">Inner text</div>

This div background color is #00072B.


Border color

.myBorderColor { border: 1px solid #00072B; }

<div style="border:3px solid #00072B">Div</div>

This div border color is #00072B.


Opacity

.myOpacity80 { color: #00072B; opacity: 0.8; }

<p style="color:#00072B;opacity:0.8;">80%</p>

Text with #00072B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00072B;}

<p style="text-shadow: 3px 3px 1px #00072B">Text here.</p>

This text has shadow with #00072B color.

.textShadow {text-shadow: 3px 3px 1px #00072B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00072B, 5px 5px 20px red">Text here.</p>

This text has shadow with #00072B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00072B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00072B, Direction=45, Strength=4)">Text</p>

This text has shadow with #00072B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00072B;
  -webkit-box-shadow:	1px 1px 3px 2px #00072B;
  box-shadow:		1px 1px 3px 2px #00072B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00072B;
-webkit-box-shadow: 1px 1px 3px 2px #00072B;
box-shadow:1px 1px 3px 2px #00072B;">
Div content here</div>
This div box has shadow with color #00072B.

Preview

Color preview on black background

This text has color #00072B on black background.


Color preview on white background

This text has color #00072B on white background.



Black color preview on #00072B background

This text has black color on #00072B background.


White color preview on #00072B background

This text has white color on #00072B background.