COLOR #00274B

HEX: #00274B
RGB: (0,39,75)

Color info

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

RGB color model

#00274B color RGB value is (0,39,75).

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

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 75 of 255 = 29%

0
39
75

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

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 75 = 114 (100%)
R 0 of 114 ~ 0%
G 39 of 114 ~ 34.21%
B 75 of 114 ~ 65.79%

%34.21
%65.79

CMYK color model

#00274B color CMYK value is (100,48,0,71).

  • cyan value is 100.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(100,48,0,71)
C100M48Y0K71 
(100%,48%,0%,71%)
(1.00/0.48/0.00/0.71)	

CMYK percentages

%100
%48
%0
%70.59

Codes

Color #00274B in popluar color models

00274B
RGB03975
HSL209°100.00%14.71%
HSB/HSV209°100.00%29.41%
CMYK100.00%48.00%0.00%
70.59%

Color #00274B in popluar number systems.

HEX00274B
Decimal03975
Binary01001111001011
Octal047113

Shades and tints

Shades of #00274B

#00274B
(0,39,75)
#002445
(0,36,69)
#00213F
(0,33,63)
#001E39
(0,30,57)
#001B33
(0,27,51)
#00182D
(0,24,45)
#001527
(0,21,39)
#001221
(0,18,33)
#000F1B
(0,15,27)
#000C15
(0,12,21)
#00090F
(0,9,15)
#000000
(0,0,0)

Tints of #00274B

#00274B
(0,39,75)
#173A5B
(23,58,91)
#2E4D6B
(46,77,107)
#45607B
(69,96,123)
#5C738B
(92,115,139)
#73869B
(115,134,155)
#8A99AB
(138,153,171)
#A1ACBB
(161,172,187)
#B8BFCB
(184,191,203)
#CFD2DB
(207,210,219)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00274B; }

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

This text font color is #00274B.


Background Color

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

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

This div background color is #00274B.


Border color

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

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

This div border color is #00274B.


Opacity

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

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

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

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

This text has shadow with #00274B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00274B on black background.


Color preview on white background

This text has color #00274B on white background.



Black color preview on #00274B background

This text has black color on #00274B background.


White color preview on #00274B background

This text has white color on #00274B background.