Shades of Sapphire #091350
Tints of Sapphire #091350
RGB
CMYK
RGB Variations
Color information
#091350 (or 0x091350) is known color: Sapphire. HEX triplet: 09, 13 and 50. RGB value is (9,19,80). Sum of RGB (Red+Green+Blue) = 9+19+80=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #091350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091350 is #F6ECAF. Grayscale: #161616. Windows color (decimal): -16182448 or 5247753. OLE color: 5247753.
HSL color Cylindrical-coordinate representation of color #091350: hue angle of 231.55º 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 #091350 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 19 | 80 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.69 |
| HSL | 231.55º | 0.8% | 0.17% | - |
| HSV(B) | 231.55º | 0.89% | 0.31% | - |
| XYZ | 1.79 | 1.1 | 7.71 | - |
| YUV | 22.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 80 | 0.89 | 0.76 | 0 | 0.69 | 231.55 | 0.8 | 0.17 |
| Hex | 9 | 13 | 50 | 59 | 4C | 0 | 45 | E8 | 50 | 11 |
| Octal | 11 | 23 | 120 | 131 | 114 | 0 | 105 | 350 | 120 | 21 |
| Binary | 1001 | 10011 | 1010000 | 1011001 | 1001100 | 0 | 1000101 | 11101000 | 1010000 | 10001 |
Color Harmonies of #091350
Complementary color
Monochromatic Colors of #091350
Black with #091350
Text Example
Text Example
White with #091350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091350; }
p { color: rgb(9,19,80); }
H1.HeaderClassName
{
color: #091350;
}
.AnyTagClassName
{
color: #091350;
}
</style>
background-color css
<style>
a { background-color: #091350; }
a { background-color: rgb(9,19,80); }
div.DivClassName
{
background-color: #091350;
}
.BgClassName
{
background-color: #091350;
}
</style>
border-color css
<style>
span { border-color: #091350; }
span { border-color: rgb(9,19,80); }
td.TdClassName
{
border-color: #091350;
}
.TagClassName
{
border-color: #091350;
}
</style>