#064870

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

Shades of Dark Cerulean #064870

Tints of Dark Cerulean #064870

Color information

#064870 (or 0x064870) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 70. RGB value is (6,72,112). Sum of RGB (Red+Green+Blue) = 6+72+112=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #064870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064870 is #F9B78F. Grayscale: #383838. Windows color (decimal): -16365456 or 7358470. OLE color: 7358470.

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

Color convert

RGB672112-
CMYK0.950.3600.56
HSL202.64º89.83%23.14%-
HSV(B)202.64º94.64%43.92%-
XYZ5.325.8416.18-
YUV56.83159.1391.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=3.16%
G=37.89%
B=58.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6721120.950.3600.56202.6489.8323.14
Hex648705F24038cb5a17
Octal61101601374407031313227
Binary110100100011100001011111100100011100011001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064870; }

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

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

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

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

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

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

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

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