Html Css Color HEX #022E96 Smalt

📋 copy color: '#022E96'

red 2 ◦ green 46 ◦ blue 150

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

Shades of Smalt #022E96

Tints of Smalt #022E96

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

 BLUE value IS 150 (58.98% from 255) = 75.76%

R = 1.01%
G = 23.23%
B = 75.76%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022E96 (or 0x022E96) is known color: Smalt. HEX triplet: 02, 2E and 96. RGB value is (2,46,150). Sum of RGB (Red+Green+Blue) = 2+46+150=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #022E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E96 is #FDD169. Grayscale: #2C2C2C. Windows color (decimal): -16634218 or 9842178. OLE color: 9842178.

HSL color Cylindrical-coordinate representation of color #022E96: hue angle of 222.16º 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 #022E96 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 46 150 -
CMYK 0.99 0.69 0 0.41
HSL 222.16º 0.97% 0.3% -
HSV(B) 222.16º 0.99% 0.59% -
XYZ 6.51 4.17 29.32 -
YUV 44.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 2 46 150 0.99 0.69 0 0.41 222.16 0.97 0.3
Hex 2 2E 96 63 45 0 29 DE 61 1E
Octal 2 56 226 143 105 0 51 336 141 36
Binary 10 101110 10010110 1100011 1000101 0 101001 11011110 1100001 11110

Color Harmonies of #022E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E96

Black with #022E96

Text Example


Text Example

White with #022E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,46,150); }

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

background-color css

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

 a { background-color: rgb(2,46,150); }

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

border-color css

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

 span { border-color: rgb(2,46,150); }

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