#011159

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

Shades of Sapphire #011159

Tints of Sapphire #011159

Color information

#011159 (or 0x011159) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 59. RGB value is (1,17,89). Sum of RGB (Red+Green+Blue) = 1+17+89=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #011159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011159 is #FEEEA6. Grayscale: #141414. Windows color (decimal): -16707239 or 5837057. OLE color: 5837057.

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

Color convert

RGB11789-
CMYK0.990.8100.65
HSL229.09º97.78%17.65%-
HSV(B)229.09º98.88%34.9%-
XYZ2.021.139.56-
YUV20.42166.7114.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 89 (35.16% from 255) = 83.18%
R=0.93%
G=15.89%
B=83.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal117890.990.8100.65229.0997.7817.65
Hex111596351041e56212
Octal121131143121010134514222
Binary1100011011001110001110100010100000111100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011159; }

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

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

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

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

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

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

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

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