#062991

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

Shades of Smalt #062991

Tints of Smalt #062991

Color information

#062991 (or 0x062991) is unknown color: approx Smalt. HEX triplet: 06, 29 and 91. RGB value is (6,41,145). Sum of RGB (Red+Green+Blue) = 6+41+145=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #062991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062991 is #F9D66E. Grayscale: #292929. Windows color (decimal): -16373359 or 9513222. OLE color: 9513222.

HSL color Cylindrical-coordinate representation of color #062991: hue angle of 224.89º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062991 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB641145-
CMYK0.960.7200.43
HSL224.89º92.05%29.61%-
HSV(B)224.89º95.86%56.86%-
XYZ5.983.6727.18-
YUV42.39185.9102.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 145 (57.03% from 255) = 75.52%
R=3.12%
G=21.35%
B=75.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6411450.960.7200.43224.8992.0529.61
Hex62991604802Be15c1e
Octal65122114011005334113436
Binary1101010011001000111000001001000010101111100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062991; }

 p { color: rgb(6,41,145); }

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

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

 a { background-color: rgb(6,41,145); }

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

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

 span { border-color: rgb(6,41,145); }

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