#064570

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

Shades of Dark Cerulean #064570

Tints of Dark Cerulean #064570

Color information

#064570 (or 0x064570) is unknown color: approx Dark Cerulean. HEX triplet: 06, 45 and 70. RGB value is (6,69,112). Sum of RGB (Red+Green+Blue) = 6+69+112=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #064570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064570 is #F9BA8F. Grayscale: #363636. Windows color (decimal): -16366224 or 7357702. OLE color: 7357702.

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

Color convert

RGB669112-
CMYK0.950.3800.56
HSL204.34º89.83%23.14%-
HSV(B)204.34º94.64%43.92%-
XYZ5.135.4616.11-
YUV55.06160.1393-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=3.21%
G=36.90%
B=59.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6691120.950.3800.56204.3489.8323.14
Hex645705F26038cc5a17
Octal61051601374607031413227
Binary110100010111100001011111100110011100011001100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064570; }

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

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

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

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

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

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

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

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