Html Css Color HEX #021E93 Smalt

📋 copy color: '#021E93'

red 2 ◦ green 30 ◦ blue 147

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

Shades of Smalt #021E93

Tints of Smalt #021E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 82.12%

R = 1.12%
G = 16.76%
B = 82.12%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#021E93 (or 0x021E93) is known color: Smalt. HEX triplet: 02, 1E and 93. RGB value is (2,30,147). Sum of RGB (Red+Green+Blue) = 2+30+147=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #021E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E93 is #FDE16C. Grayscale: #222222. Windows color (decimal): -16638317 or 9641474. OLE color: 9641474.

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

Color convert

RGB 2 30 147 -
CMYK 0.99 0.80 0 0.42
HSL 228.41º 0.97% 0.29% -
HSV(B) 228.41º 0.99% 0.58% -
XYZ 5.76 3.05 27.89 -
YUV 34.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 2 30 147 0.99 0.80 0 0.42 228.41 0.97 0.29
Hex 2 1E 93 63 50 0 2A E4 61 1D
Octal 2 36 223 143 120 0 52 344 141 35
Binary 10 11110 10010011 1100011 1010000 0 101010 11100100 1100001 11101

Color Harmonies of #021E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E93

Black with #021E93

Text Example


Text Example

White with #021E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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