#021D93

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

Shades of Smalt #021D93

Tints of Smalt #021D93

Color information

#021D93 (or 0x021D93) is unknown color: approx Smalt. HEX triplet: 02, 1D and 93. RGB value is (2,29,147). Sum of RGB (Red+Green+Blue) = 2+29+147=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 147 (57.81% from 255 or 82.58% from 178); Max value from RGB is 147 - color contains mainly: blue. Hex color #021D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D93 is #FDE26C. Grayscale: #212121. Windows color (decimal): -16638573 or 9641218. OLE color: 9641218.

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

Color convert

RGB229147-
CMYK0.990.8000.42
HSL228.83º97.32%29.22%-
HSV(B)228.83º98.64%57.65%-
XYZ5.73327.88-
YUV34.38191.55104.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 147 (57.81% from 255) = 82.58%
R=1.12%
G=16.29%
B=82.58%

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
Decimal2291470.990.8000.42228.8397.3229.22
Hex21D93635002Ae5611d
Octal23522314312005234514135
Binary10111011001001111000111010000010101011100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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