#062496

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

Shades of Smalt #062496

Tints of Smalt #062496

Color information

#062496 (or 0x062496) is unknown color: approx Smalt. HEX triplet: 06, 24 and 96. RGB value is (6,36,150). Sum of RGB (Red+Green+Blue) = 6+36+150=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #062496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062496 is #F9DB69. Grayscale: #272727. Windows color (decimal): -16374634 or 9839622. OLE color: 9839622.

HSL color Cylindrical-coordinate representation of color #062496: hue angle of 227.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062496 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB636150-
CMYK0.960.7600.41
HSL227.5º92.31%30.59%-
HSV(B)227.5º96%58.82%-
XYZ6.213.529.2-
YUV40.03190.06103.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=3.12%
G=18.75%
B=78.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6361500.960.7600.41227.592.3130.59
Hex62496604C029e45c1f
Octal64422614011405134413437
Binary1101001001001011011000001001100010100111100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062496; }

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

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

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

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

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

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

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

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