#022D91

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

Shades of Smalt #022D91

Tints of Smalt #022D91

Color information

#022D91 (or 0x022D91) is unknown color: approx Smalt. HEX triplet: 02, 2D and 91. RGB value is (2,45,145). Sum of RGB (Red+Green+Blue) = 2+45+145=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #022D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D91 is #FDD26E. Grayscale: #2B2B2B. Windows color (decimal): -16634479 or 9514242. OLE color: 9514242.

HSL color Cylindrical-coordinate representation of color #022D91: hue angle of 221.96º 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 #022D91 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB245145-
CMYK0.990.6900.43
HSL221.96º97.28%28.82%-
HSV(B)221.96º98.62%56.86%-
XYZ6.073.9327.23-
YUV43.54185.2598.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 145 (57.03% from 255) = 75.52%
R=1.04%
G=23.44%
B=75.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2451450.990.6900.43221.9697.2828.82
Hex22D91634502Bde611d
Octal25522114310505333614135
Binary101011011001000111000111000101010101111011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D91; }

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

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

<style>
 a { background-color: #022D91; }

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

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

<style>
 span { border-color: #022D91; }

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

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