#022C91

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

Shades of Smalt #022C91

Tints of Smalt #022C91

Color information

#022C91 (or 0x022C91) is unknown color: approx Smalt. HEX triplet: 02, 2C and 91. RGB value is (2,44,145). Sum of RGB (Red+Green+Blue) = 2+44+145=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #022C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C91 is #FDD36E. Grayscale: #2A2A2A. Windows color (decimal): -16634735 or 9513986. OLE color: 9513986.

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

Color convert

RGB244145-
CMYK0.990.7000.43
HSL222.38º97.28%28.82%-
HSV(B)222.38º98.62%56.86%-
XYZ6.043.8627.21-
YUV42.96185.5998.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 145 (57.03% from 255) = 75.92%
R=1.05%
G=23.04%
B=75.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2441450.990.7000.43222.3897.2828.82
Hex22C91634602Bde611d
Octal25422114310605333614135
Binary101011001001000111000111000110010101111011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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