#064071

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

Shades of Dark Cerulean #064071

Tints of Dark Cerulean #064071

Color information

#064071 (or 0x064071) is unknown color: approx Dark Cerulean. HEX triplet: 06, 40 and 71. RGB value is (6,64,113). Sum of RGB (Red+Green+Blue) = 6+64+113=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #064071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064071 is #F9BF8E. Grayscale: #333333. Windows color (decimal): -16367503 or 7421958. OLE color: 7421958.

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

Color convert

RGB664113-
CMYK0.950.4300.56
HSL207.48º89.92%23.33%-
HSV(B)207.48º94.69%44.31%-
XYZ4.894.916.31-
YUV52.24162.2895.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=3.28%
G=34.97%
B=61.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6641130.950.4300.56207.4889.9223.33
Hex640715F2B038cf5a17
Octal61001611375307031713227
Binary110100000011100011011111101011011100011001111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064071; }

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

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

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

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

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

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

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

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