#091151

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

Shades of Sapphire #091151

Tints of Sapphire #091151

Color information

#091151 (or 0x091151) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 51. RGB value is (9,17,81). Sum of RGB (Red+Green+Blue) = 9+17+81=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #091151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091151 is #F6EEAE. Grayscale: #151515. Windows color (decimal): -16182959 or 5312777. OLE color: 5312777.

HSL color Cylindrical-coordinate representation of color #091151: hue angle of 233.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091151 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91781-
CMYK0.890.7900.68
HSL233.33º80%17.65%-
HSV(B)233.33º88.89%31.76%-
XYZ1.81.057.89-
YUV21.9161.35118.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 81 (32.03% from 255) = 75.70%
R=8.41%
G=15.89%
B=75.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal917810.890.7900.68233.338017.65
Hex91151594F044e95012
Octal1121121131117010435112022
Binary1001100011010001101100110011110100010011101001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091151; }

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

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

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

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

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

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

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

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