COLOR #00153D

HEX: #00153D
RGB: (0,21,61)

Color info

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

RGB color model

#00153D color RGB value is (0,21,61).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 61 of 255 = 24%

0
21
61

R + G + B ~ 11%. #00153D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 61 = 82 (100%)
R 0 of 82 ~ 0%
G 21 of 82 ~ 25.61%
B 61 of 82 ~ 74.39%

%25.61
%74.39

CMYK color model

#00153D color CMYK value is (100,66,0,76).

  • cyan value is 100.00%
  • magenta value is 65.57%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(100,66,0,76)
C100M66Y0K76 
(100%,66%,0%,76%)
(1.00/0.66/0.00/0.76)	

CMYK percentages

%100
%65.57
%0
%76.08

Codes

Color #00153D in popluar color models

00153D
RGB02161
HSL219°100.00%11.96%
HSB/HSV219°100.00%23.92%
CMYK100.00%65.57%0.00%
76.08%

Color #00153D in popluar number systems.

HEX00153D
Decimal02161
Binary010101111101
Octal02575

Shades and tints

Shades of #00153D

#00153D
(0,21,61)
#001438
(0,20,56)
#001333
(0,19,51)
#00122E
(0,18,46)
#001129
(0,17,41)
#001024
(0,16,36)
#000F1F
(0,15,31)
#000E1A
(0,14,26)
#000D15
(0,13,21)
#000C10
(0,12,16)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #00153D

#00153D
(0,21,61)
#172A4E
(23,42,78)
#2E3F5F
(46,63,95)
#455470
(69,84,112)
#5C6981
(92,105,129)
#737E92
(115,126,146)
#8A93A3
(138,147,163)
#A1A8B4
(161,168,180)
#B8BDC5
(184,189,197)
#CFD2D6
(207,210,214)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00153D color. Also use rgb(0,21,61) instead hex code.

Text Font Color

.myTextColor { color: #00153D; }

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

This text font color is #00153D.


Background Color

.myBgColor { background-color: #00153D; }

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

This div background color is #00153D.


Border color

.myBorderColor { border: 1px solid #00153D; }

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

This div border color is #00153D.


Opacity

.myOpacity80 { color: #00153D; opacity: 0.8; }

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

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

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

This text has shadow with #00153D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00153D on black background.


Color preview on white background

This text has color #00153D on white background.



Black color preview on #00153D background

This text has black color on #00153D background.


White color preview on #00153D background

This text has white color on #00153D background.