#022A9B

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

Shades of Smalt #022A9B

Tints of Smalt #022A9B

Color information

#022A9B (or 0x022A9B) is unknown color: approx Smalt. HEX triplet: 02, 2A and 9B. RGB value is (2,42,155). Sum of RGB (Red+Green+Blue) = 2+42+155=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #022A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A9B is #FDD564. Grayscale: #2A2A2A. Windows color (decimal): -16635237 or 10168834. OLE color: 10168834.

HSL color Cylindrical-coordinate representation of color #022A9B: hue angle of 224.31º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022A9B is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB242155-
CMYK0.990.7300.39
HSL224.31º97.45%30.78%-
HSV(B)224.31º98.71%60.78%-
XYZ6.774.0431.43-
YUV42.92191.2598.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 155 (60.94% from 255) = 77.89%
R=1.01%
G=21.11%
B=77.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2421550.990.7300.39224.3197.4530.78
Hex22A9B6349027e0611f
Octal25223314311104734014137
Binary101010101001101111000111001001010011111100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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