#062491

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

Shades of Smalt #062491

Tints of Smalt #062491

Color information

#062491 (or 0x062491) is unknown color: approx Smalt. HEX triplet: 06, 24 and 91. RGB value is (6,36,145). Sum of RGB (Red+Green+Blue) = 6+36+145=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #062491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062491 is #F9DB6E. Grayscale: #262626. Windows color (decimal): -16374639 or 9511942. OLE color: 9511942.

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

Color convert

RGB636145-
CMYK0.960.7500.43
HSL227.05º92.05%29.61%-
HSV(B)227.05º95.86%56.86%-
XYZ5.823.3427.13-
YUV39.46187.56104.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 145 (57.03% from 255) = 77.54%
R=3.21%
G=19.25%
B=77.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6361450.960.7500.43227.0592.0529.61
Hex62491604B02Be35c1e
Octal64422114011305334313436
Binary1101001001001000111000001001011010101111100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062491; }

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

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

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

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

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

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

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

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