#064976

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

Shades of Dark Cerulean #064976

Tints of Dark Cerulean #064976

Color information

#064976 (or 0x064976) is unknown color: approx Dark Cerulean. HEX triplet: 06, 49 and 76. RGB value is (6,73,118). Sum of RGB (Red+Green+Blue) = 6+73+118=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #064976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064976 is #F9B689. Grayscale: #393939. Windows color (decimal): -16365194 or 7751942. OLE color: 7751942.

HSL color Cylindrical-coordinate representation of color #064976: hue angle of 204.11º 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 #064976 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB673118-
CMYK0.950.3800.54
HSL204.11º90.32%24.31%-
HSV(B)204.11º94.92%46.27%-
XYZ5.736.1118.02-
YUV58.1161.890.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=3.05%
G=37.06%
B=59.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6731180.950.3800.54204.1190.3224.31
Hex649765F26036cc5a18
Octal61111661374606631413230
Binary110100100111101101011111100110011011011001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064976; }

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

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

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

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

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

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

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

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