#064276

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

Shades of Dark Cerulean #064276

Tints of Dark Cerulean #064276

Color information

#064276 (or 0x064276) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 76. RGB value is (6,66,118). Sum of RGB (Red+Green+Blue) = 6+66+118=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #064276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064276 is #F9BD89. Grayscale: #353535. Windows color (decimal): -16366986 or 7750150. OLE color: 7750150.

HSL color Cylindrical-coordinate representation of color #064276: hue angle of 207.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064276 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB666118-
CMYK0.950.4400.54
HSL207.86º90.32%24.31%-
HSV(B)207.86º94.92%46.27%-
XYZ5.295.2417.87-
YUV53.99164.1293.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=3.16%
G=34.74%
B=62.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6661180.950.4400.54207.8690.3224.31
Hex642765F2C036d05a18
Octal61021661375406632013230
Binary110100001011101101011111101100011011011010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064276; }

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

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

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

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

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

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

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

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