#064287

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

Shades of Dark Cerulean #064287

Tints of Dark Cerulean #064287

Color information

#064287 (or 0x064287) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 87. RGB value is (6,66,135). Sum of RGB (Red+Green+Blue) = 6+66+135=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #064287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064287 is #F9BD78. Grayscale: #373737. Windows color (decimal): -16366969 or 8864262. OLE color: 8864262.

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

Color convert

RGB666135-
CMYK0.960.5100.47
HSL212.09º91.49%27.65%-
HSV(B)212.09º95.56%52.94%-
XYZ6.45.6823.68-
YUV55.93172.6292.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 135 (53.12% from 255) = 65.22%
R=2.90%
G=31.88%
B=65.22%

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
Decimal6661350.960.5100.47212.0991.4927.65
Hex64287603302Fd45b1c
Octal61022071406305732413334
Binary1101000010100001111100000110011010111111010100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064287; }

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

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

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

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

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

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

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

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