#022892

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

Shades of Smalt #022892

Tints of Smalt #022892

Color information

#022892 (or 0x022892) is unknown color: approx Smalt. HEX triplet: 02, 28 and 92. RGB value is (2,40,146). Sum of RGB (Red+Green+Blue) = 2+40+146=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #022892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022892 is #FDD76D. Grayscale: #282828. Windows color (decimal): -16635758 or 9578498. OLE color: 9578498.

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

Color convert

RGB240146-
CMYK0.990.7300.43
HSL224.17º97.3%29.02%-
HSV(B)224.17º98.63%57.25%-
XYZ5.973.6127.58-
YUV40.72187.41100.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 146 (57.42% from 255) = 77.66%
R=1.06%
G=21.28%
B=77.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2401460.990.7300.43224.1797.329.02
Hex22892634902Be0611d
Octal25022214311105334014135
Binary101010001001001011000111001001010101111100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022892; }

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

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

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

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

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

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

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

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