#064371

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

Shades of Dark Cerulean #064371

Tints of Dark Cerulean #064371

Color information

#064371 (or 0x064371) is unknown color: approx Dark Cerulean. HEX triplet: 06, 43 and 71. RGB value is (6,67,113). Sum of RGB (Red+Green+Blue) = 6+67+113=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #064371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064371 is #F9BC8E. Grayscale: #353535. Windows color (decimal): -16366735 or 7422726. OLE color: 7422726.

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

Color convert

RGB667113-
CMYK0.950.4100.56
HSL205.79º89.92%23.33%-
HSV(B)205.79º94.69%44.31%-
XYZ5.065.2516.37-
YUV54161.2993.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.23%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=3.23%
G=36.02%
B=60.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6671130.950.4100.56205.7989.9223.33
Hex643715F29038ce5a17
Octal61031611375107031613227
Binary110100001111100011011111101001011100011001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064371; }

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

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

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

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

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

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

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

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