#064E8E

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

Shades of Dark Cerulean #064E8E

Tints of Dark Cerulean #064E8E

Color information

#064E8E (or 0x064E8E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 8E. RGB value is (6,78,142). Sum of RGB (Red+Green+Blue) = 6+78+142=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #064E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E8E is #F9B171. Grayscale: #3F3F3F. Windows color (decimal): -16363890 or 9326086. OLE color: 9326086.

HSL color Cylindrical-coordinate representation of color #064E8E: hue angle of 208.24º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E8E is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB678142-
CMYK0.960.4500.44
HSL208.24º91.89%29.02%-
HSV(B)208.24º95.77%55.69%-
XYZ7.687.4426.62-
YUV63.77172.1586.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=2.65%
G=34.51%
B=62.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6781420.960.4500.44208.2491.8929.02
Hex64E8E602D02Cd05c1d
Octal61162161405505432013435
Binary1101001110100011101100000101101010110011010000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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