#064672

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

Shades of Dark Cerulean #064672

Tints of Dark Cerulean #064672

Color information

#064672 (or 0x064672) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 72. RGB value is (6,70,114). Sum of RGB (Red+Green+Blue) = 6+70+114=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #064672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064672 is #F9B98D. Grayscale: #373737. Windows color (decimal): -16365966 or 7489030. OLE color: 7489030.

HSL color Cylindrical-coordinate representation of color #064672: hue angle of 204.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064672 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB670114-
CMYK0.950.3900.55
HSL204.44º90%23.53%-
HSV(B)204.44º94.74%44.71%-
XYZ5.35.6316.73-
YUV55.88160.892.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 114 (44.92% from 255) = 60%
R=3.16%
G=36.84%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6701140.950.3900.55204.449023.53
Hex646725F27037cc5a18
Octal61061621374706731413230
Binary110100011011100101011111100111011011111001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064672; }

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

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

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

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

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

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

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

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