COLOR #00284E

HEX: #00284E
RGB: (0,40,78)

Color info

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

RGB color model

#00284E color RGB value is (0,40,78).

  • red value is 0;
  • green value is 40;
  • blue value is 78.
RGB:
(0,40,78)
(0%,16%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 78 of 255 = 31%

0
40
78

R + G + B ~ 16%. #00284E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 78 = 118 (100%)
R 0 of 118 ~ 0%
G 40 of 118 ~ 33.9%
B 78 of 118 ~ 66.1%

%33.9
%66.1

CMYK color model

#00284E color CMYK value is (100,49,0,69).

  • cyan value is 100.00%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(100,49,0,69)
C100M49Y0K69 
(100%,49%,0%,69%)
(1.00/0.49/0.00/0.69)	

CMYK percentages

%100
%48.72
%0
%69.41

Codes

Color #00284E in popluar color models

00284E
RGB04078
HSL209°100.00%15.29%
HSB/HSV209°100.00%30.59%
CMYK100.00%48.72%0.00%
69.41%

Color #00284E in popluar number systems.

HEX00284E
Decimal04078
Binary01010001001110
Octal050116

Shades and tints

Shades of #00284E

#00284E
(0,40,78)
#002547
(0,37,71)
#002240
(0,34,64)
#001F39
(0,31,57)
#001C32
(0,28,50)
#00192B
(0,25,43)
#001624
(0,22,36)
#00131D
(0,19,29)
#001016
(0,16,22)
#000D0F
(0,13,15)
#000A08
(0,10,8)
#000000
(0,0,0)

Tints of #00284E

#00284E
(0,40,78)
#173B5E
(23,59,94)
#2E4E6E
(46,78,110)
#45617E
(69,97,126)
#5C748E
(92,116,142)
#73879E
(115,135,158)
#8A9AAE
(138,154,174)
#A1ADBE
(161,173,190)
#B8C0CE
(184,192,206)
#CFD3DE
(207,211,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00284E color. Also use rgb(0,40,78) instead hex code.

Text Font Color

.myTextColor { color: #00284E; }

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

This text font color is #00284E.


Background Color

.myBgColor { background-color: #00284E; }

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

This div background color is #00284E.


Border color

.myBorderColor { border: 1px solid #00284E; }

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

This div border color is #00284E.


Opacity

.myOpacity80 { color: #00284E; opacity: 0.8; }

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

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

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

This text has shadow with #00284E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00284E on black background.


Color preview on white background

This text has color #00284E on white background.



Black color preview on #00284E background

This text has black color on #00284E background.


White color preview on #00284E background

This text has white color on #00284E background.