#021159

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

Shades of Sapphire #021159

Tints of Sapphire #021159

Color information

#021159 (or 0x021159) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 59. RGB value is (2,17,89). Sum of RGB (Red+Green+Blue) = 2+17+89=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #021159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021159 is #FDEEA6. Grayscale: #141414. Windows color (decimal): -16641703 or 5837058. OLE color: 5837058.

HSL color Cylindrical-coordinate representation of color #021159: hue angle of 229.66º 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 #021159 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21789-
CMYK0.980.8100.65
HSL229.66º95.6%17.84%-
HSV(B)229.66º97.75%34.9%-
XYZ2.031.149.56-
YUV20.72166.53114.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=1.85%
G=15.74%
B=82.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal217890.980.8100.65229.6695.617.84
Hex211596251041e66012
Octal221131142121010134614022
Binary10100011011001110001010100010100000111100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021159; }

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

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

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

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

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

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

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

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