#064286

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

Shades of Dark Cerulean #064286

Tints of Dark Cerulean #064286

Color information

#064286 (or 0x064286) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 86. RGB value is (6,66,134). Sum of RGB (Red+Green+Blue) = 6+66+134=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #064286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064286 is #F9BD79. Grayscale: #373737. Windows color (decimal): -16366970 or 8798726. OLE color: 8798726.

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

Color convert

RGB666134-
CMYK0.960.5100.47
HSL211.88º91.43%27.45%-
HSV(B)211.88º95.52%52.55%-
XYZ6.335.6623.31-
YUV55.81172.1292.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=2.91%
G=32.04%
B=65.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6661340.960.5100.47211.8891.4327.45
Hex64286603302Fd45b1b
Octal61022061406305732413333
Binary1101000010100001101100000110011010111111010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064286; }

 p { color: rgb(6,66,134); }

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

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

 a { background-color: rgb(6,66,134); }

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

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

 span { border-color: rgb(6,66,134); }

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