#064776

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

Shades of Dark Cerulean #064776

Tints of Dark Cerulean #064776

Color information

#064776 (or 0x064776) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 76. RGB value is (6,71,118). Sum of RGB (Red+Green+Blue) = 6+71+118=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #064776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064776 is #F9B889. Grayscale: #383838. Windows color (decimal): -16365706 or 7751430. OLE color: 7751430.

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

Color convert

RGB671118-
CMYK0.950.4000.54
HSL205.18º90.32%24.31%-
HSV(B)205.18º94.92%46.27%-
XYZ5.65.8517.97-
YUV56.92162.4791.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=3.08%
G=36.41%
B=60.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6711180.950.4000.54205.1890.3224.31
Hex647765F28036cd5a18
Octal61071661375006631513230
Binary110100011111101101011111101000011011011001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064776; }

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

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

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

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

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

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

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

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