#022B9D

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

Shades of Smalt #022B9D

Tints of Smalt #022B9D

Color information

#022B9D (or 0x022B9D) is unknown color: approx Smalt. HEX triplet: 02, 2B and 9D. RGB value is (2,43,157). Sum of RGB (Red+Green+Blue) = 2+43+157=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #022B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B9D is #FDD462. Grayscale: #2B2B2B. Windows color (decimal): -16634979 or 10300162. OLE color: 10300162.

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

Color convert

RGB243157-
CMYK0.990.7300.38
HSL224.13º97.48%31.18%-
HSV(B)224.13º98.73%61.57%-
XYZ6.974.1732.34-
YUV43.74191.9298.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 157 (61.72% from 255) = 77.72%
R=0.99%
G=21.29%
B=77.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2431570.990.7300.38224.1397.4831.18
Hex22B9D6349026e0611f
Octal25323514311104634014137
Binary101010111001110111000111001001010011011100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,43,157); }

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

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

 a { background-color: rgb(2,43,157); }

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

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

 span { border-color: rgb(2,43,157); }

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