#064C77

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

Shades of Dark Cerulean #064C77

Tints of Dark Cerulean #064C77

Color information

#064C77 (or 0x064C77) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 77. RGB value is (6,76,119). Sum of RGB (Red+Green+Blue) = 6+76+119=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #064C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C77 is #F9B388. Grayscale: #3B3B3B. Windows color (decimal): -16364425 or 7818246. OLE color: 7818246.

HSL color Cylindrical-coordinate representation of color #064C77: hue angle of 202.83º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064C77 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB676119-
CMYK0.950.3600.53
HSL202.83º90.4%24.51%-
HSV(B)202.83º94.96%46.67%-
XYZ5.996.5418.4-
YUV59.97161.3189.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=2.99%
G=37.81%
B=59.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6761190.950.3600.53202.8390.424.51
Hex64C775F24035cb5a19
Octal61141671374406531313231
Binary110100110011101111011111100100011010111001011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064C77; }

 p { color: rgb(6,76,119); }

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

<style>
 a { background-color: #064C77; }

 a { background-color: rgb(6,76,119); }

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

<style>
 span { border-color: #064C77; }

 span { border-color: rgb(6,76,119); }

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