#064189

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

Shades of Dark Cerulean #064189

Tints of Dark Cerulean #064189

Color information

#064189 (or 0x064189) is unknown color: approx Dark Cerulean. HEX triplet: 06, 41 and 89. RGB value is (6,65,137). Sum of RGB (Red+Green+Blue) = 6+65+137=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #064189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064189 is #F9BE76. Grayscale: #373737. Windows color (decimal): -16367223 or 8995078. OLE color: 8995078.

HSL color Cylindrical-coordinate representation of color #064189: hue angle of 212.98º 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 #064189 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB665137-
CMYK0.960.5300.46
HSL212.98º91.61%28.04%-
HSV(B)212.98º95.62%53.73%-
XYZ6.485.6324.41-
YUV55.57173.9592.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 137 (53.91% from 255) = 65.87%
R=2.88%
G=31.25%
B=65.87%

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
Decimal6651370.960.5300.46212.9891.6128.04
Hex64189603502Ed55c1c
Octal61012111406505632513434
Binary1101000001100010011100000110101010111011010101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064189; }

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

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

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

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

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

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

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

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