Html Css Color HEX #022197 Smalt

📋 copy color: '#022197'

red 2 ◦ green 33 ◦ blue 151

#022197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #022197

Tints of Smalt #022197

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 33 (13.28% from 255) = 17.74%

 BLUE value IS 151 (59.38% from 255) = 81.18%

R = 1.08%
G = 17.74%
B = 81.18%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022197 (or 0x022197) is known color: Smalt. HEX triplet: 02, 21 and 97. RGB value is (2,33,151). Sum of RGB (Red+Green+Blue) = 2+33+151=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #022197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022197 is #FDDE68. Grayscale: #242424. Windows color (decimal): -16637545 or 9904386. OLE color: 9904386.

HSL color Cylindrical-coordinate representation of color #022197: hue angle of 227.52º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022197 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 33 151 -
CMYK 0.99 0.78 0 0.41
HSL 227.52º 0.97% 0.3% -
HSV(B) 227.52º 0.99% 0.59% -
XYZ 6.15 3.33 29.6 -
YUV 37.18 192.23 102.91 -
System Red Green Blue C M Y K H S L
Decimal 2 33 151 0.99 0.78 0 0.41 227.52 0.97 0.3
Hex 2 21 97 63 4E 0 29 E4 61 1E
Octal 2 41 227 143 116 0 51 344 141 36
Binary 10 100001 10010111 1100011 1001110 0 101001 11100100 1100001 11110

Color Harmonies of #022197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022197

Black with #022197

Text Example


Text Example

White with #022197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022197; }

 p { color: rgb(2,33,151); }

 H1.HeaderClassName
 {
   color: #022197;
 }
 .AnyTagClassName
 {
   color: #022197;
 }
</style>

background-color css

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

 a { background-color: rgb(2,33,151); }

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

border-color css

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

 span { border-color: rgb(2,33,151); }

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