#064670

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

Shades of Dark Cerulean #064670

Tints of Dark Cerulean #064670

Color information

#064670 (or 0x064670) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 70. RGB value is (6,70,112). Sum of RGB (Red+Green+Blue) = 6+70+112=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #064670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064670 is #F9B98F. Grayscale: #373737. Windows color (decimal): -16365968 or 7357958. OLE color: 7357958.

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

Color convert

RGB670112-
CMYK0.950.3800.56
HSL203.77º89.83%23.14%-
HSV(B)203.77º94.64%43.92%-
XYZ5.195.5916.13-
YUV55.65159.892.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=3.19%
G=37.23%
B=59.57%

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
Decimal6701120.950.3800.56203.7789.8323.14
Hex646705F26038cc5a17
Octal61061601374607031413227
Binary110100011011100001011111100110011100011001100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064670; }

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

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

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

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

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

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

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

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