#064E79

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

Shades of Dark Cerulean #064E79

Tints of Dark Cerulean #064E79

Color information

#064E79 (or 0x064E79) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 79. RGB value is (6,78,121). Sum of RGB (Red+Green+Blue) = 6+78+121=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #064E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E79 is #F9B186. Grayscale: #3D3D3D. Windows color (decimal): -16363911 or 7949830. OLE color: 7949830.

HSL color Cylindrical-coordinate representation of color #064E79: hue angle of 202.43º degrees, saturation: 0.91, 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 #064E79 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB678121-
CMYK0.950.3600.53
HSL202.43º90.55%24.9%-
HSV(B)202.43º95.04%47.45%-
XYZ6.256.8719.09-
YUV61.37161.6588.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=2.93%
G=38.05%
B=59.02%

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
Decimal6781210.950.3600.53202.4390.5524.9
Hex64E795F24035ca5b19
Octal61161711374406531213331
Binary110100111011110011011111100100011010111001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,121); }

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

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

 a { background-color: rgb(6,78,121); }

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

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

 span { border-color: rgb(6,78,121); }

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