COLOR #00275E

HEX: #00275E
RGB: (0,39,94)

Color info

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

RGB color model

#00275E color RGB value is (0,39,94).

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

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 94 of 255 = 37%

0
39
94

R + G + B ~ 17%. #00275E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 94 = 133 (100%)
R 0 of 133 ~ 0%
G 39 of 133 ~ 29.32%
B 94 of 133 ~ 70.68%

%29.32
%70.68

CMYK color model

#00275E color CMYK value is (100,59,0,63).

  • cyan value is 100.00%
  • magenta value is 58.51%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,59,0,63)
C100M59Y0K63 
(100%,59%,0%,63%)
(1.00/0.59/0.00/0.63)	

CMYK percentages

%100
%58.51
%0
%63.14

Codes

Color #00275E in popluar color models

00275E
RGB03994
HSL215°100.00%18.43%
HSB/HSV215°100.00%36.86%
CMYK100.00%58.51%0.00%
63.14%

Color #00275E in popluar number systems.

HEX00275E
Decimal03994
Binary01001111011110
Octal047136

Shades and tints

Shades of #00275E

#00275E
(0,39,94)
#002456
(0,36,86)
#00214E
(0,33,78)
#001E46
(0,30,70)
#001B3E
(0,27,62)
#001836
(0,24,54)
#00152E
(0,21,46)
#001226
(0,18,38)
#000F1E
(0,15,30)
#000C16
(0,12,22)
#00090E
(0,9,14)
#000000
(0,0,0)

Tints of #00275E

#00275E
(0,39,94)
#173A6C
(23,58,108)
#2E4D7A
(46,77,122)
#456088
(69,96,136)
#5C7396
(92,115,150)
#7386A4
(115,134,164)
#8A99B2
(138,153,178)
#A1ACC0
(161,172,192)
#B8BFCE
(184,191,206)
#CFD2DC
(207,210,220)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00275E; }

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

This text font color is #00275E.


Background Color

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

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

This div background color is #00275E.


Border color

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

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

This div border color is #00275E.


Opacity

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

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

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

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

This text has shadow with #00275E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00275E on black background.


Color preview on white background

This text has color #00275E on white background.



Black color preview on #00275E background

This text has black color on #00275E background.


White color preview on #00275E background

This text has white color on #00275E background.