Html Css Color HEX #021E96 Smalt

📋 copy color: '#021E96'

red 2 ◦ green 30 ◦ blue 150

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

Shades of Smalt #021E96

Tints of Smalt #021E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.48%

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

R = 1.1%
G = 16.48%
B = 82.42%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#021E96 (or 0x021E96) is known color: Smalt. HEX triplet: 02, 1E and 96. RGB value is (2,30,150). Sum of RGB (Red+Green+Blue) = 2+30+150=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #021E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E96 is #FDE169. Grayscale: #222222. Windows color (decimal): -16638314 or 9838082. OLE color: 9838082.

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

Color convert

RGB 2 30 150 -
CMYK 0.99 0.80 0 0.41
HSL 228.65º 0.97% 0.3% -
HSV(B) 228.65º 0.99% 0.59% -
XYZ 5.99 3.14 29.14 -
YUV 35.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 2 30 150 0.99 0.80 0 0.41 228.65 0.97 0.3
Hex 2 1E 96 63 50 0 29 E5 61 1E
Octal 2 36 226 143 120 0 51 345 141 36
Binary 10 11110 10010110 1100011 1010000 0 101001 11100101 1100001 11110

Color Harmonies of #021E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E96

Black with #021E96

Text Example


Text Example

White with #021E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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