#011158

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

Shades of Sapphire #011158

Tints of Sapphire #011158

Color information

#011158 (or 0x011158) is unknown color: approx Sapphire. HEX triplet: 01, 11 and 58. RGB value is (1,17,88). Sum of RGB (Red+Green+Blue) = 1+17+88=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 88 (34.77% from 255 or 83.02% from 106); Max value from RGB is 88 - color contains mainly: blue. Hex color #011158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011158 is #FEEEA7. Grayscale: #141414. Windows color (decimal): -16707240 or 5771521. OLE color: 5771521.

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

Color convert

RGB11788-
CMYK0.990.8100.65
HSL228.97º97.75%17.45%-
HSV(B)228.97º98.86%34.51%-
XYZ1.971.119.34-
YUV20.31166.2114.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 88 (34.77% from 255) = 83.02%
R=0.94%
G=16.04%
B=83.02%

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
Decimal117880.990.8100.65228.9797.7517.45
Hex111586351041e56211
Octal121130143121010134514221
Binary1100011011000110001110100010100000111100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011158; }

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

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

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

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

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

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

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

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