Html Css Color HEX #022198 Smalt

📋 copy color: '#022198'

red 2 ◦ green 33 ◦ blue 152

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

Shades of Smalt #022198

Tints of Smalt #022198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 81.28%

R = 1.07%
G = 17.65%
B = 81.28%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#022198 (or 0x022198) is known color: Smalt. HEX triplet: 02, 21 and 98. RGB value is (2,33,152). Sum of RGB (Red+Green+Blue) = 2+33+152=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #022198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022198 is #FDDE67. Grayscale: #242424. Windows color (decimal): -16637544 or 9969922. OLE color: 9969922.

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

Color convert

RGB 2 33 152 -
CMYK 0.99 0.78 0 0.40
HSL 227.6º 0.97% 0.3% -
HSV(B) 227.6º 0.99% 0.6% -
XYZ 6.24 3.37 30.03 -
YUV 37.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 2 33 152 0.99 0.78 0 0.40 227.6 0.97 0.3
Hex 2 21 98 63 4E 0 28 E4 61 1E
Octal 2 41 230 143 116 0 50 344 141 36
Binary 10 100001 10011000 1100011 1001110 0 101000 11100100 1100001 11110

Color Harmonies of #022198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022198

Black with #022198

Text Example


Text Example

White with #022198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022198; }

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

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

background-color css

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

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

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

border-color css

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

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

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