#091150

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

Shades of Sapphire #091150

Tints of Sapphire #091150

Color information

#091150 (or 0x091150) is unknown color: approx Sapphire. HEX triplet: 09, 11 and 50. RGB value is (9,17,80). Sum of RGB (Red+Green+Blue) = 9+17+80=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #091150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091150 is #F6EEAF. Grayscale: #151515. Windows color (decimal): -16182960 or 5247241. OLE color: 5247241.

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

Color convert

RGB91780-
CMYK0.890.7900.69
HSL233.24º79.78%17.45%-
HSV(B)233.24º88.75%31.37%-
XYZ1.761.047.7-
YUV21.79160.85118.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 80 (31.64% from 255) = 75.47%
R=8.49%
G=16.04%
B=75.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal917800.890.7900.69233.2479.7817.45
Hex91150594F045e95011
Octal1121120131117010535112021
Binary1001100011010000101100110011110100010111101001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091150; }

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

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

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

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

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

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

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

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