#022192

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

Shades of Smalt #022192

Tints of Smalt #022192

Color information

#022192 (or 0x022192) is unknown color: approx Smalt. HEX triplet: 02, 21 and 92. RGB value is (2,33,146). Sum of RGB (Red+Green+Blue) = 2+33+146=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #022192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022192 is #FDDE6D. Grayscale: #242424. Windows color (decimal): -16637550 or 9576706. OLE color: 9576706.

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

Color convert

RGB233146-
CMYK0.990.7700.43
HSL227.08º97.3%29.02%-
HSV(B)227.08º98.63%57.25%-
XYZ5.763.1827.5-
YUV36.61189.73103.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 146 (57.42% from 255) = 80.66%
R=1.10%
G=18.23%
B=80.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2331460.990.7700.43227.0897.329.02
Hex22192634D02Be3611d
Octal24122214311505334314135
Binary101000011001001011000111001101010101111100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022192; }

 p { color: rgb(2,33,146); }

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

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

 a { background-color: rgb(2,33,146); }

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

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

 span { border-color: rgb(2,33,146); }

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