#022A92

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

Shades of Smalt #022A92

Tints of Smalt #022A92

Color information

#022A92 (or 0x022A92) is unknown color: approx Smalt. HEX triplet: 02, 2A and 92. RGB value is (2,42,146). Sum of RGB (Red+Green+Blue) = 2+42+146=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #022A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A92 is #FDD56D. Grayscale: #292929. Windows color (decimal): -16635246 or 9579010. OLE color: 9579010.

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

Color convert

RGB242146-
CMYK0.990.7100.43
HSL223.33º97.3%29.02%-
HSV(B)223.33º98.63%57.25%-
XYZ6.043.7427.6-
YUV41.9186.7599.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=1.05%
G=22.11%
B=76.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2421460.990.7100.43223.3397.329.02
Hex22A92634702Bdf611d
Octal25222214310705333714135
Binary101010101001001011000111000111010101111011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A92; }

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

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

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

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

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

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

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

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