#064E71

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

Shades of Dark Cerulean #064E71

Tints of Dark Cerulean #064E71

Color information

#064E71 (or 0x064E71) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 71. RGB value is (6,78,113). Sum of RGB (Red+Green+Blue) = 6+78+113=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #064E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E71 is #F9B18E. Grayscale: #3C3C3C. Windows color (decimal): -16363919 or 7425542. OLE color: 7425542.

HSL color Cylindrical-coordinate representation of color #064E71: hue angle of 199.63º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064E71 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB678113-
CMYK0.950.3100.56
HSL199.63º89.92%23.33%-
HSV(B)199.63º94.69%44.31%-
XYZ5.786.6816.61-
YUV60.46157.6589.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=3.05%
G=39.59%
B=57.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6781130.950.3100.56199.6389.9223.33
Hex64E715F1F038c85a17
Octal61161611373707031013227
Binary11010011101110001101111111111011100011001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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