#064E87

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

Shades of Dark Cerulean #064E87

Tints of Dark Cerulean #064E87

Color information

#064E87 (or 0x064E87) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4E and 87. RGB value is (6,78,135). Sum of RGB (Red+Green+Blue) = 6+78+135=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #064E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064E87 is #F9B178. Grayscale: #3E3E3E. Windows color (decimal): -16363897 or 8867334. OLE color: 8867334.

HSL color Cylindrical-coordinate representation of color #064E87: hue angle of 206.51º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E87 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB678135-
CMYK0.960.4200.47
HSL206.51º91.49%27.65%-
HSV(B)206.51º95.56%52.94%-
XYZ7.177.2423.94-
YUV62.97168.6587.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 135 (53.12% from 255) = 61.64%
R=2.74%
G=35.62%
B=61.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6781350.960.4200.47206.5191.4927.65
Hex64E87602A02Fcf5b1c
Octal61162071405205731713334
Binary1101001110100001111100000101010010111111001111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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