#064089

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

Shades of Dark Cerulean #064089

Tints of Dark Cerulean #064089

Color information

#064089 (or 0x064089) is unknown color: approx Dark Cerulean. HEX triplet: 06, 40 and 89. RGB value is (6,64,137). Sum of RGB (Red+Green+Blue) = 6+64+137=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #064089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064089 is #F9BF76. Grayscale: #363636. Windows color (decimal): -16367479 or 8994822. OLE color: 8994822.

HSL color Cylindrical-coordinate representation of color #064089: hue angle of 213.44º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064089 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB664137-
CMYK0.960.5300.46
HSL213.44º91.61%28.04%-
HSV(B)213.44º95.62%53.73%-
XYZ6.425.5124.39-
YUV54.98174.2893.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 137 (53.91% from 255) = 66.18%
R=2.90%
G=30.92%
B=66.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6641370.960.5300.46213.4491.6128.04
Hex64089603502Ed55c1c
Octal61002111406505632513434
Binary1101000000100010011100000110101010111011010101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064089; }

 p { color: rgb(6,64,137); }

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

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

 a { background-color: rgb(6,64,137); }

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

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

 span { border-color: rgb(6,64,137); }

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