#064C7F

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

Shades of Dark Cerulean #064C7F

Tints of Dark Cerulean #064C7F

Color information

#064C7F (or 0x064C7F) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 7F. RGB value is (6,76,127). Sum of RGB (Red+Green+Blue) = 6+76+127=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #064C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C7F is #F9B380. Grayscale: #3C3C3C. Windows color (decimal): -16364417 or 8342534. OLE color: 8342534.

HSL color Cylindrical-coordinate representation of color #064C7F: hue angle of 205.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064C7F is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB676127-
CMYK0.950.4000.50
HSL205.29º90.98%26.08%-
HSV(B)205.29º95.28%49.8%-
XYZ6.496.7421.04-
YUV60.88165.3188.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 60.77%
R=2.87%
G=36.36%
B=60.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6761270.950.4000.50205.2990.9826.08
Hex64C7F5F28032cd5b1a
Octal61141771375006231513332
Binary110100110011111111011111101000011001011001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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