#024096

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

Shades of Smalt #024096

Tints of Smalt #024096

Color information

#024096 (or 0x024096) is unknown color: approx Smalt. HEX triplet: 02, 40 and 96. RGB value is (2,64,150). Sum of RGB (Red+Green+Blue) = 2+64+150=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #024096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024096 is #FDBF69. Grayscale: #363636. Windows color (decimal): -16629610 or 9846786. OLE color: 9846786.

HSL color Cylindrical-coordinate representation of color #024096: hue angle of 214.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024096 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB264150-
CMYK0.990.5700.41
HSL214.86º97.37%29.8%-
HSV(B)214.86º98.67%58.82%-
XYZ7.365.8829.6-
YUV55.27181.4690.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=0.93%
G=29.63%
B=69.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2641500.990.5700.41214.8697.3729.8
Hex240966339029d7611e
Octal21002261437105132714136
Binary101000000100101101100011111001010100111010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024096; }

 p { color: rgb(2,64,150); }

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

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

 a { background-color: rgb(2,64,150); }

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

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

 span { border-color: rgb(2,64,150); }

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