COLOR #00052B

HEX: #00052B RGB: (0,5,43)

Color info

#00052B contains only green and blue colors. Web safe color of #00052B is #000033 (or #003).

RGB color model

#00052B color RGB value is (0,5,43).

RGB: (0,5,43) (0%, 2%, 17%)

RGB channels and saturation

R 0 of 255 = 0%
G 5 of 255 = 2%
B 43 of 255 = 17%

0
5
43

R + G + B ~ 6%. #00052B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 5 + 43 = 48 (100%)
R 0 of 48 ~ 0%
G 5 of 48 ~ 10.42%
B 43 of 48 ~ 89.58'%

%89.58

CMYK color model

#00052B color CMYK value is (100,88,0,83).

  • cyan value is 100.00%
  • magenta value is 88.37%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (100,88,0,83)
C100M88Y0K83 (100%, 88%, 0%, 83%)
(1.00 / 0.88 / 0.00 / 0.83)

CMYK percentages

%100
%88.37
%0
%83.14

Codes

Color #00052B in popluar color models

00 05 2B
RGB 0 5 43
HSL 233° 100.00% 8.43%
HSB/HSV 233° 100.00% 16.86%
CMYK 100.00% 88.37% 0.00%
83.14%

Color #00052B in popluar number systems.

HEX 00 05 2B
Decimal 0 5 43
Binary 0 101 101011
Octal 0 5 53

Shades and tints

Shades of #00052B

#00052B
(0,5,43)
#000528
(0,5,40)
#000525
(0,5,37)
#000522
(0,5,34)
#00051F
(0,5,31)
#00051C
(0,5,28)
#000519
(0,5,25)
#000516
(0,5,22)
#000513
(0,5,19)
#000510
(0,5,16)
#00050D
(0,5,13)
#000000
(0,0,0)

Tints of #00052B

#00052B
(0,5,43)
#171B3E
(23,27,62)
#2E3151
(46,49,81)
#454764
(69,71,100)
#5C5D77
(92,93,119)
#73738A
(115,115,138)
#8A899D
(138,137,157)
#A19FB0
(161,159,176)
#B8B5C3
(184,181,195)
#CFCBD6
(207,203,214)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00052B; }

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

This text font color is #00052B.

Background Color

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

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

This div background color is #00052B.

Border color

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

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

This div border color is #00052B.

Opacity

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

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

Text with #00052B 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 #00052B;}

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

This text has shadow with #00052B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00052B.

Preview

Color preview on black background

This text has color #00052B on black background.


Color preview on white background

This text has color #00052B on white background.


Black color preview on #00052B background

This text has black color on #00052B background.


White color preview on #00052B background

This text has white color on #00052B background.


Related colors

Complementary color

Complementary color for #hex is #FFFAD4.


I love getcolorcode.com

Triadic colors

1 #2B0005 and #052B00 with #00052B are triadic colors.

2 #2B0500 and #05002B with #00052B are triadic colors.