#024196

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

Shades of Smalt #024196

Tints of Smalt #024196

Color information

#024196 (or 0x024196) is unknown color: approx Smalt. HEX triplet: 02, 41 and 96. RGB value is (2,65,150). Sum of RGB (Red+Green+Blue) = 2+65+150=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #024196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024196 is #FDBE69. Grayscale: #373737. Windows color (decimal): -16629354 or 9847042. OLE color: 9847042.

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

Color convert

RGB265150-
CMYK0.990.5700.41
HSL214.46º97.37%29.8%-
HSV(B)214.46º98.67%58.82%-
XYZ7.42629.62-
YUV55.85181.1389.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=0.92%
G=29.95%
B=69.12%

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
Decimal2651500.990.5700.41214.4697.3729.8
Hex241966339029d6611e
Octal21012261437105132614136
Binary101000001100101101100011111001010100111010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024196; }

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

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

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

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

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

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

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

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