#00337F

Color #00337F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #00337F

Tints of Dark Cerulean #00337F

Color information

#00337F (or 0x00337F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 33 and 7F. RGB value is (0,51,127). Sum of RGB (Red+Green+Blue) = 0+51+127=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #00337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00337F is #FFCC80. Grayscale: #2C2C2C. Windows color (decimal): -16764033 or 8336128. OLE color: 8336128.

HSL color Cylindrical-coordinate representation of color #00337F: hue angle of 215.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00337F is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB051127-
CMYK10.6000.50
HSL215.91º100%24.9%-
HSV(B)215.91º100%49.8%-
XYZ5.013.920.57-
YUV44.42174.696.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 127 (50% from 255) = 71.35%
R=0%
G=28.65%
B=71.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal05112710.6000.50215.9110024.9
Hex0337F643C032d86419
Octal0631771447406233014431
Binary011001111111111100100111100011001011011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00337F; }

 p { color: rgb(0,51,127); }

 H1.HeaderClassName
 {
   color: #00337F;
 }
 .AnyTagClassName
 {
   color: #00337F;
 }
</style>
background-color css

<style>
 a { background-color: #00337F; }

 a { background-color: rgb(0,51,127); }

 div.DivClassName
 {
   background-color: #00337F;
 }
 .BgClassName
 {
   background-color: #00337F;
 }
</style>
border-color css

<style>
 span { border-color: #00337F; }

 span { border-color: rgb(0,51,127); }

 td.TdClassName
 {
   border-color: #00337F;
 }
 .TagClassName
 {
   border-color: #00337F;
 }
</style>