#091158

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

Shades of Sapphire #091158

Tints of Sapphire #091158

Color information

#091158 (or 0x091158) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 58. RGB value is (9,17,88). Sum of RGB (Red+Green+Blue) = 9+17+88=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #091158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091158 is #F6EEA7. Grayscale: #161616. Windows color (decimal): -16182952 or 5771529. OLE color: 5771529.

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

Color convert

RGB91788-
CMYK0.900.8100.65
HSL233.92º81.44%19.02%-
HSV(B)233.92º89.77%34.51%-
XYZ2.071.169.35-
YUV22.7164.85118.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 88 (34.77% from 255) = 77.19%
R=7.89%
G=14.91%
B=77.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal917880.900.8100.65233.9281.4419.02
Hex911585A51041ea5113
Octal1121130132121010135212123
Binary1001100011011000101101010100010100000111101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091158; }

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

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

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

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

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

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

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

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