COLOR #002F57

HEX: #002F57
RGB: (0,47,87)

Color info

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

RGB color model

#002F57 color RGB value is (0,47,87).

  • red value is 0;
  • green value is 47;
  • blue value is 87.
RGB:
(0,47,87)
(0%,18%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 47 of 255 = 18%
B 87 of 255 = 34%

0
47
87

R + G + B ~ 17%. #002F57 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 47 + 87 = 134 (100%)
R 0 of 134 ~ 0%
G 47 of 134 ~ 35.07%
B 87 of 134 ~ 64.93%

%35.07
%64.93

CMYK color model

#002F57 color CMYK value is (100,46,0,66).

  • cyan value is 100.00%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(100,46,0,66)
C100M46Y0K66 
(100%,46%,0%,66%)
(1.00/0.46/0.00/0.66)	

CMYK percentages

%100
%45.98
%0
%65.88

Codes

Color #002F57 in popluar color models

002F57
RGB04787
HSL208°100.00%17.06%
HSB/HSV208°100.00%34.12%
CMYK100.00%45.98%0.00%
65.88%

Color #002F57 in popluar number systems.

HEX002F57
Decimal04787
Binary01011111010111
Octal057127

Shades and tints

Shades of #002F57

#002F57
(0,47,87)
#002B50
(0,43,80)
#002749
(0,39,73)
#002342
(0,35,66)
#001F3B
(0,31,59)
#001B34
(0,27,52)
#00172D
(0,23,45)
#001326
(0,19,38)
#000F1F
(0,15,31)
#000B18
(0,11,24)
#000711
(0,7,17)
#000000
(0,0,0)

Tints of #002F57

#002F57
(0,47,87)
#174166
(23,65,102)
#2E5375
(46,83,117)
#456584
(69,101,132)
#5C7793
(92,119,147)
#7389A2
(115,137,162)
#8A9BB1
(138,155,177)
#A1ADC0
(161,173,192)
#B8BFCF
(184,191,207)
#CFD1DE
(207,209,222)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002F57 color. Also use rgb(0,47,87) instead hex code.

Text Font Color

.myTextColor { color: #002F57; }

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

This text font color is #002F57.


Background Color

.myBgColor { background-color: #002F57; }

<div style="background-color:#002F57">Inner text</div>

This div background color is #002F57.


Border color

.myBorderColor { border: 1px solid #002F57; }

<div style="border:3px solid #002F57">Div</div>

This div border color is #002F57.


Opacity

.myOpacity80 { color: #002F57; opacity: 0.8; }

<p style="color:#002F57;opacity:0.8;">80%</p>

Text with #002F57 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 #002F57;}

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

This text has shadow with #002F57 color.

.textShadow {text-shadow: 3px 3px 1px #002F57, 3px 3px 1px red;}

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

This text has shadow with #002F57 primary color and red secondary color.


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

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

This text has shadow with #002F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F57 on black background.


Color preview on white background

This text has color #002F57 on white background.



Black color preview on #002F57 background

This text has black color on #002F57 background.


White color preview on #002F57 background

This text has white color on #002F57 background.