Html Css Color HEX #021E88 Smalt

📋 copy color: '#021E88'

red 2 ◦ green 30 ◦ blue 136

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

Shades of Smalt #021E88

Tints of Smalt #021E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 80.95%

R = 1.19%
G = 17.86%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021E88 (or 0x021E88) is known color: Smalt. HEX triplet: 02, 1E and 88. RGB value is (2,30,136). Sum of RGB (Red+Green+Blue) = 2+30+136=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #021E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E88 is #FDE177. Grayscale: #212121. Windows color (decimal): -16638328 or 8920578. OLE color: 8920578.

HSL color Cylindrical-coordinate representation of color #021E88: hue angle of 227.46º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E88 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 30 136 -
CMYK 0.99 0.78 0 0.47
HSL 227.46º 0.97% 0.27% -
HSV(B) 227.46º 0.99% 0.53% -
XYZ 4.93 2.72 23.56 -
YUV 33.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 2 30 136 0.99 0.78 0 0.47 227.46 0.97 0.27
Hex 2 1E 88 63 4E 0 2F E3 61 1B
Octal 2 36 210 143 116 0 57 343 141 33
Binary 10 11110 10001000 1100011 1001110 0 101111 11100011 1100001 11011

Color Harmonies of #021E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E88

Black with #021E88

Text Example


Text Example

White with #021E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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