COLOR #00152A

HEX: #00152A
RGB: (0,21,42)

Color info

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

RGB color model

#00152A color RGB value is (0,21,42).

  • red value is 0;
  • green value is 21;
  • blue value is 42.
RGB:
(0,21,42)
(0%,8%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 42 of 255 = 16%

0
21
42

R + G + B ~ 8%. #00152A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 42 = 63 (100%)
R 0 of 63 ~ 0%
G 21 of 63 ~ 33.33%
B 42 of 63 ~ 66.67%

%33.33
%66.67

CMYK color model

#00152A color CMYK value is (100,50,0,84).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,50,0,84)
C100M50Y0K84 
(100%,50%,0%,84%)
(1.00/0.50/0.00/0.84)	

CMYK percentages

%100
%50
%0
%83.53

Codes

Color #00152A in popluar color models

00152A
RGB02142
HSL210°100.00%8.24%
HSB/HSV210°100.00%16.47%
CMYK100.00%50.00%0.00%
83.53%

Color #00152A in popluar number systems.

HEX00152A
Decimal02142
Binary010101101010
Octal02552

Shades and tints

Shades of #00152A

#00152A
(0,21,42)
#001427
(0,20,39)
#001324
(0,19,36)
#001221
(0,18,33)
#00111E
(0,17,30)
#00101B
(0,16,27)
#000F18
(0,15,24)
#000E15
(0,14,21)
#000D12
(0,13,18)
#000C0F
(0,12,15)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #00152A

#00152A
(0,21,42)
#172A3D
(23,42,61)
#2E3F50
(46,63,80)
#455463
(69,84,99)
#5C6976
(92,105,118)
#737E89
(115,126,137)
#8A939C
(138,147,156)
#A1A8AF
(161,168,175)
#B8BDC2
(184,189,194)
#CFD2D5
(207,210,213)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00152A color. Also use rgb(0,21,42) instead hex code.

Text Font Color

.myTextColor { color: #00152A; }

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

This text font color is #00152A.


Background Color

.myBgColor { background-color: #00152A; }

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

This div background color is #00152A.


Border color

.myBorderColor { border: 1px solid #00152A; }

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

This div border color is #00152A.


Opacity

.myOpacity80 { color: #00152A; opacity: 0.8; }

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

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

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

This text has shadow with #00152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00152A on black background.


Color preview on white background

This text has color #00152A on white background.



Black color preview on #00152A background

This text has black color on #00152A background.


White color preview on #00152A background

This text has white color on #00152A background.