#021F91

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

Shades of Smalt #021F91

Tints of Smalt #021F91

Color information

#021F91 (or 0x021F91) is unknown color: approx Smalt. HEX triplet: 02, 1F and 91. RGB value is (2,31,145). Sum of RGB (Red+Green+Blue) = 2+31+145=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #021F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021F91 is #FDE06E. Grayscale: #222222. Windows color (decimal): -16638063 or 9510658. OLE color: 9510658.

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

Color convert

RGB231145-
CMYK0.990.7900.43
HSL227.83º97.28%28.82%-
HSV(B)227.83º98.62%56.86%-
XYZ5.633.0427.08-
YUV35.33189.89104.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 145 (57.03% from 255) = 81.46%
R=1.12%
G=17.42%
B=81.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2311450.990.7900.43227.8397.2828.82
Hex21F91634F02Be4611d
Octal23722114311705334414135
Binary10111111001000111000111001111010101111100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,31,145); }

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

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

 a { background-color: rgb(2,31,145); }

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

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

 span { border-color: rgb(2,31,145); }

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