COLOR #00274E

HEX: #00274E
RGB: (0,39,78)

Color info

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

RGB color model

#00274E color RGB value is (0,39,78).

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

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 78 of 255 = 31%

0
39
78

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

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 78 = 117 (100%)
R 0 of 117 ~ 0%
G 39 of 117 ~ 33.33%
B 78 of 117 ~ 66.67%

%33.33
%66.67

CMYK color model

#00274E color CMYK value is (100,50,0,69).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(100,50,0,69)
C100M50Y0K69 
(100%,50%,0%,69%)
(1.00/0.50/0.00/0.69)	

CMYK percentages

%100
%50
%0
%69.41

Codes

Color #00274E in popluar color models

00274E
RGB03978
HSL210°100.00%15.29%
HSB/HSV210°100.00%30.59%
CMYK100.00%50.00%0.00%
69.41%

Color #00274E in popluar number systems.

HEX00274E
Decimal03978
Binary01001111001110
Octal047116

Shades and tints

Shades of #00274E

#00274E
(0,39,78)
#002447
(0,36,71)
#002140
(0,33,64)
#001E39
(0,30,57)
#001B32
(0,27,50)
#00182B
(0,24,43)
#001524
(0,21,36)
#00121D
(0,18,29)
#000F16
(0,15,22)
#000C0F
(0,12,15)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #00274E

#00274E
(0,39,78)
#173A5E
(23,58,94)
#2E4D6E
(46,77,110)
#45607E
(69,96,126)
#5C738E
(92,115,142)
#73869E
(115,134,158)
#8A99AE
(138,153,174)
#A1ACBE
(161,172,190)
#B8BFCE
(184,191,206)
#CFD2DE
(207,210,222)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00274E; }

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

This text font color is #00274E.


Background Color

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

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

This div background color is #00274E.


Border color

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

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

This div border color is #00274E.


Opacity

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

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

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

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

This text has shadow with #00274E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00274E on black background.


Color preview on white background

This text has color #00274E on white background.



Black color preview on #00274E background

This text has black color on #00274E background.


White color preview on #00274E background

This text has white color on #00274E background.