#022159

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

Shades of Sapphire #022159

Tints of Sapphire #022159

Color information

#022159 (or 0x022159) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 59. RGB value is (2,33,89). Sum of RGB (Red+Green+Blue) = 2+33+89=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #022159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022159 is #FDDEA6. Grayscale: #1D1D1D. Windows color (decimal): -16637607 or 5841154. OLE color: 5841154.

HSL color Cylindrical-coordinate representation of color #022159: hue angle of 218.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022159 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23389-
CMYK0.980.6300.65
HSL218.62º95.6%17.84%-
HSV(B)218.62º97.75%34.9%-
XYZ2.371.829.68-
YUV30.12161.23107.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=1.61%
G=26.61%
B=71.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal233890.980.6300.65218.6295.617.84
Hex22159623F041db6012
Octal24113114277010133314022
Binary10100001101100111000101111110100000111011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022159; }

 p { color: rgb(2,33,89); }

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

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

 a { background-color: rgb(2,33,89); }

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

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

 span { border-color: rgb(2,33,89); }

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