COLOR #00244D

HEX: #00244D RGB: (0,36,77)

Color info

#00244D contains only green and blue colors. Web safe color of #00244D is #003333 (or #033).

RGB color model

#00244D color RGB value is (0,36,77).

RGB: (0,36,77) (0%, 14%, 30%)

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 77 of 255 = 30%

0
36
77

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

Portions of RGB colors in percentages

R + G + B = 0 + 36 + 77 = 113 (100%)
R 0 of 113 ~ 0%
G 36 of 113 ~ 31.86%
B 77 of 113 ~ 68.14'%

%31.86
%68.14

CMYK color model

#00244D color CMYK value is (100,53,0,70).

  • cyan value is 100.00%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (100,53,0,70)
C100M53Y0K70 (100%, 53%, 0%, 70%)
(1.00 / 0.53 / 0.00 / 0.70)

CMYK percentages

%100
%53.25
%0
%69.8

Codes

Color #00244D in popluar color models

00 24 4D
RGB 0 36 77
HSL 212° 100.00% 15.10%
HSB/HSV 212° 100.00% 30.20%
CMYK 100.00% 53.25% 0.00%
69.80%

Color #00244D in popluar number systems.

HEX 00 24 4D
Decimal 0 36 77
Binary 0 100100 1001101
Octal 0 44 115

Shades and tints

Shades of #00244D

#00244D
(0,36,77)
#002146
(0,33,70)
#001E3F
(0,30,63)
#001B38
(0,27,56)
#001831
(0,24,49)
#00152A
(0,21,42)
#001223
(0,18,35)
#000F1C
(0,15,28)
#000C15
(0,12,21)
#00090E
(0,9,14)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #00244D

#00244D
(0,36,77)
#17375D
(23,55,93)
#2E4A6D
(46,74,109)
#455D7D
(69,93,125)
#5C708D
(92,112,141)
#73839D
(115,131,157)
#8A96AD
(138,150,173)
#A1A9BD
(161,169,189)
#B8BCCD
(184,188,205)
#CFCFDD
(207,207,221)
#E6E2ED
(230,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00244D color. Also use rgb(0,36,77) instead hex code.

Text Font Color

.myTextColor { color: #00244D; }

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

This text font color is #00244D.

Background Color

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

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

This div background color is #00244D.

Border color

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

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

This div border color is #00244D.

Opacity

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

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

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

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

This text has shadow with #00244D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00244D.

Preview

Color preview on black background

This text has color #00244D on black background.


Color preview on white background

This text has color #00244D on white background.


Black color preview on #00244D background

This text has black color on #00244D background.


White color preview on #00244D background

This text has white color on #00244D background.


Related colors

Complementary color

Complementary color for #hex is #FFDBB2.


I love getcolorcode.com

Triadic colors

1 #4D0024 and #244D00 with #00244D are triadic colors.

2 #4D2400 and #24004D with #00244D are triadic colors.