#064E95

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

Shades of Dark Cerulean #064E95

Tints of Dark Cerulean #064E95

Color information

#064E95 (or 0x064E95) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 95. RGB value is (6,78,149). Sum of RGB (Red+Green+Blue) = 6+78+149=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #064E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E95 is #F9B16A. Grayscale: #404040. Windows color (decimal): -16363883 or 9784838. OLE color: 9784838.

HSL color Cylindrical-coordinate representation of color #064E95: hue angle of 209.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E95 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB678149-
CMYK0.960.4800.42
HSL209.79º92.26%30.39%-
HSV(B)209.79º95.97%58.43%-
XYZ8.227.6629.48-
YUV64.57175.6586.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=2.58%
G=33.48%
B=63.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6781490.960.4800.42209.7992.2630.39
Hex64E95603002Ad25c1e
Octal61162251406005232213436
Binary1101001110100101011100000110000010101011010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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