#022992

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

Shades of Smalt #022992

Tints of Smalt #022992

Color information

#022992 (or 0x022992) is unknown color: approx Smalt. HEX triplet: 02, 29 and 92. RGB value is (2,41,146). Sum of RGB (Red+Green+Blue) = 2+41+146=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 146 (57.42% from 255 or 77.25% from 189); Max value from RGB is 146 - color contains mainly: blue. Hex color #022992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022992 is #FDD66D. Grayscale: #282828. Windows color (decimal): -16635502 or 9578754. OLE color: 9578754.

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

Color convert

RGB241146-
CMYK0.990.7200.43
HSL223.75º97.3%29.02%-
HSV(B)223.75º98.63%57.25%-
XYZ6.013.6727.59-
YUV41.31187.0899.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 146 (57.42% from 255) = 77.25%
R=1.06%
G=21.69%
B=77.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2411460.990.7200.43223.7597.329.02
Hex22992634802Be0611d
Octal25122214311005334014135
Binary101010011001001011000111001000010101111100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022992; }

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

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

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

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

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

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

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

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