COLOR #002152

HEX: #002152
RGB: (0,33,82)

Color info

#002152 contains only green and blue colors. Web safe color of #002152 is #003366 (or #036).

RGB color model

#002152 color RGB value is (0,33,82).

  • red value is 0;
  • green value is 33;
  • blue value is 82.
RGB:
(0,33,82)
(0%,13%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 82 of 255 = 32%

0
33
82

R + G + B ~ 15%. #002152 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 82 = 115 (100%)
R 0 of 115 ~ 0%
G 33 of 115 ~ 28.7%
B 82 of 115 ~ 71.3%

%28.7
%71.3

CMYK color model

#002152 color CMYK value is (100,60,0,68).

  • cyan value is 100.00%
  • magenta value is 59.76%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(100,60,0,68)
C100M60Y0K68 
(100%,60%,0%,68%)
(1.00/0.60/0.00/0.68)	

CMYK percentages

%100
%59.76
%0
%67.84

Codes

Color #002152 in popluar color models

002152
RGB03382
HSL216°100.00%16.08%
HSB/HSV216°100.00%32.16%
CMYK100.00%59.76%0.00%
67.84%

Color #002152 in popluar number systems.

HEX002152
Decimal03382
Binary01000011010010
Octal041122

Shades and tints

Shades of #002152

#002152
(0,33,82)
#001E4B
(0,30,75)
#001B44
(0,27,68)
#00183D
(0,24,61)
#001536
(0,21,54)
#00122F
(0,18,47)
#000F28
(0,15,40)
#000C21
(0,12,33)
#00091A
(0,9,26)
#000613
(0,6,19)
#00030C
(0,3,12)
#000000
(0,0,0)

Tints of #002152

#002152
(0,33,82)
#173561
(23,53,97)
#2E4970
(46,73,112)
#455D7F
(69,93,127)
#5C718E
(92,113,142)
#73859D
(115,133,157)
#8A99AC
(138,153,172)
#A1ADBB
(161,173,187)
#B8C1CA
(184,193,202)
#CFD5D9
(207,213,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002152 color. Also use rgb(0,33,82) instead hex code.

Text Font Color

.myTextColor { color: #002152; }

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

This text font color is #002152.


Background Color

.myBgColor { background-color: #002152; }

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

This div background color is #002152.


Border color

.myBorderColor { border: 1px solid #002152; }

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

This div border color is #002152.


Opacity

.myOpacity80 { color: #002152; opacity: 0.8; }

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

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

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

This text has shadow with #002152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002152 on black background.


Color preview on white background

This text has color #002152 on white background.



Black color preview on #002152 background

This text has black color on #002152 background.


White color preview on #002152 background

This text has white color on #002152 background.