#021E95

Color #021E95 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #021E95

Tints of Smalt #021E95

Color information

#021E95 (or 0x021E95) is unknown color: approx Smalt. HEX triplet: 02, 1E and 95. RGB value is (2,30,149). Sum of RGB (Red+Green+Blue) = 2+30+149=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #021E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E95 is #FDE16A. Grayscale: #222222. Windows color (decimal): -16638315 or 9772546. OLE color: 9772546.

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

Color convert

RGB230149-
CMYK0.990.8000.42
HSL228.57º97.35%29.61%-
HSV(B)228.57º98.66%58.43%-
XYZ5.913.1128.72-
YUV35.19192.22104.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 149 (58.59% from 255) = 82.32%
R=1.10%
G=16.57%
B=82.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2301490.990.8000.42228.5797.3529.61
Hex21E95635002Ae5611e
Octal23622514312005234514136
Binary10111101001010111000111010000010101011100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021E95;
 }
 .AnyTagClassName
 {
   color: #021E95;
 }
</style>
background-color css

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

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

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

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

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

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