Html Css Color HEX #022095 Smalt

📋 copy color: '#022095'

red 2 ◦ green 32 ◦ blue 149

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

Shades of Smalt #022095

Tints of Smalt #022095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 1.09%
G = 17.49%
B = 81.42%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022095 (or 0x022095) is known color: Smalt. HEX triplet: 02, 20 and 95. RGB value is (2,32,149). Sum of RGB (Red+Green+Blue) = 2+32+149=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #022095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022095 is #FDDF6A. Grayscale: #232323. Windows color (decimal): -16637803 or 9773058. OLE color: 9773058.

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

Color convert

RGB 2 32 149 -
CMYK 0.99 0.79 0 0.42
HSL 227.76º 0.97% 0.3% -
HSV(B) 227.76º 0.99% 0.58% -
XYZ 5.97 3.22 28.74 -
YUV 36.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 2 32 149 0.99 0.79 0 0.42 227.76 0.97 0.3
Hex 2 20 95 63 4F 0 2A E4 61 1E
Octal 2 40 225 143 117 0 52 344 141 36
Binary 10 100000 10010101 1100011 1001111 0 101010 11100100 1100001 11110

Color Harmonies of #022095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022095

Black with #022095

Text Example


Text Example

White with #022095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022095; }

 p { color: rgb(2,32,149); }

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

background-color css

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

 a { background-color: rgb(2,32,149); }

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

border-color css

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

 span { border-color: rgb(2,32,149); }

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