#022896

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

Shades of Smalt #022896

Tints of Smalt #022896

Color information

#022896 (or 0x022896) is unknown color: approx Smalt. HEX triplet: 02, 28 and 96. RGB value is (2,40,150). Sum of RGB (Red+Green+Blue) = 2+40+150=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 40 (16.02% from 255 or 20.83% 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 #022896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022896 is #FDD769. Grayscale: #282828. Windows color (decimal): -16635754 or 9840642. OLE color: 9840642.

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

Color convert

RGB240150-
CMYK0.990.7300.41
HSL224.59º97.37%29.8%-
HSV(B)224.59º98.67%58.82%-
XYZ6.293.7329.24-
YUV41.18189.41100.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=1.04%
G=20.83%
B=78.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2401500.990.7300.41224.5997.3729.8
Hex228966349029e1611e
Octal25022614311105134114136
Binary101010001001011011000111001001010100111100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022896; }

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

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

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

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

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

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

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

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