#064770

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

Shades of Dark Cerulean #064770

Tints of Dark Cerulean #064770

Color information

#064770 (or 0x064770) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 70. RGB value is (6,71,112). Sum of RGB (Red+Green+Blue) = 6+71+112=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #064770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064770 is #F9B88F. Grayscale: #383838. Windows color (decimal): -16365712 or 7358214. OLE color: 7358214.

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

Color convert

RGB671112-
CMYK0.950.3700.56
HSL203.21º89.83%23.14%-
HSV(B)203.21º94.64%43.92%-
XYZ5.255.7216.16-
YUV56.24159.4792.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=3.17%
G=37.57%
B=59.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6711120.950.3700.56203.2189.8323.14
Hex647705F25038cb5a17
Octal61071601374507031313227
Binary110100011111100001011111100101011100011001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064770; }

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

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

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

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

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

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

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

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