#064471

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

Shades of Dark Cerulean #064471

Tints of Dark Cerulean #064471

Color information

#064471 (or 0x064471) is unknown color: approx Dark Cerulean. HEX triplet: 06, 44 and 71. RGB value is (6,68,113). Sum of RGB (Red+Green+Blue) = 6+68+113=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #064471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064471 is #F9BB8E. Grayscale: #363636. Windows color (decimal): -16366479 or 7422982. OLE color: 7422982.

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

Color convert

RGB668113-
CMYK0.950.4000.56
HSL205.23º89.92%23.33%-
HSV(B)205.23º94.69%44.31%-
XYZ5.125.3716.39-
YUV54.59160.9693.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=3.21%
G=36.36%
B=60.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6681130.950.4000.56205.2389.9223.33
Hex644715F28038cd5a17
Octal61041611375007031513227
Binary110100010011100011011111101000011100011001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064471; }

 p { color: rgb(6,68,113); }

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

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

 a { background-color: rgb(6,68,113); }

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

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

 span { border-color: rgb(6,68,113); }

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