#064271

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

Shades of Dark Cerulean #064271

Tints of Dark Cerulean #064271

Color information

#064271 (or 0x064271) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 71. RGB value is (6,66,113). Sum of RGB (Red+Green+Blue) = 6+66+113=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #064271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064271 is #F9BD8E. Grayscale: #353535. Windows color (decimal): -16366991 or 7422470. OLE color: 7422470.

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

Color convert

RGB666113-
CMYK0.950.4200.56
HSL206.36º89.92%23.33%-
HSV(B)206.36º94.69%44.31%-
XYZ55.1316.35-
YUV53.42161.6294.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=3.24%
G=35.68%
B=61.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6661130.950.4200.56206.3689.9223.33
Hex642715F2A038ce5a17
Octal61021611375207031613227
Binary110100001011100011011111101010011100011001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064271; }

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

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

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

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

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

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

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

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