#022B93

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

Shades of Smalt #022B93

Tints of Smalt #022B93

Color information

#022B93 (or 0x022B93) is unknown color: approx Smalt. HEX triplet: 02, 2B and 93. RGB value is (2,43,147). Sum of RGB (Red+Green+Blue) = 2+43+147=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #022B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B93 is #FDD46C. Grayscale: #2A2A2A. Windows color (decimal): -16634989 or 9644802. OLE color: 9644802.

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

Color convert

RGB243147-
CMYK0.990.7100.42
HSL223.03º97.32%29.22%-
HSV(B)223.03º98.64%57.65%-
XYZ6.163.8528.02-
YUV42.6186.9299.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 147 (57.81% from 255) = 76.56%
R=1.04%
G=22.40%
B=76.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2431470.990.7100.42223.0397.3229.22
Hex22B93634702Adf611d
Octal25322314310705233714135
Binary101010111001001111000111000111010101011011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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