Html Css Color HEX #021E90 Smalt

📋 copy color: '#021E90'

red 2 ◦ green 30 ◦ blue 144

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

Shades of Smalt #021E90

Tints of Smalt #021E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 81.82%

R = 1.14%
G = 17.05%
B = 81.82%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#021E90 (or 0x021E90) is known color: Smalt. HEX triplet: 02, 1E and 90. RGB value is (2,30,144). Sum of RGB (Red+Green+Blue) = 2+30+144=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #021E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E90 is #FDE16F. Grayscale: #222222. Windows color (decimal): -16638320 or 9444866. OLE color: 9444866.

HSL color Cylindrical-coordinate representation of color #021E90: hue angle of 228.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E90 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 30 144 -
CMYK 0.99 0.79 0 0.44
HSL 228.17º 0.97% 0.29% -
HSV(B) 228.17º 0.99% 0.56% -
XYZ 5.52 2.96 26.66 -
YUV 34.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 2 30 144 0.99 0.79 0 0.44 228.17 0.97 0.29
Hex 2 1E 90 63 4F 0 2C E4 61 1D
Octal 2 36 220 143 117 0 54 344 141 35
Binary 10 11110 10010000 1100011 1001111 0 101100 11100100 1100001 11101

Color Harmonies of #021E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E90

Black with #021E90

Text Example


Text Example

White with #021E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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