Shades of Sapphire #091360
Tints of Sapphire #091360
RGB
CMYK
RGB Variations
Color information
#091360 (or 0x091360) is known color: Sapphire. HEX triplet: 09, 13 and 60. RGB value is (9,19,96). Sum of RGB (Red+Green+Blue) = 9+19+96=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #091360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091360 is #F6EC9F. Grayscale: #181818. Windows color (decimal): -16182432 or 6296329. OLE color: 6296329.
HSL color Cylindrical-coordinate representation of color #091360: hue angle of 233.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091360 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 19 | 96 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.62 |
| HSL | 233.1º | 0.83% | 0.21% | - |
| HSV(B) | 233.1º | 0.91% | 0.38% | - |
| XYZ | 2.46 | 1.37 | 11.2 | - |
| YUV | 24.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 96 | 0.91 | 0.80 | 0 | 0.62 | 233.1 | 0.83 | 0.21 |
| Hex | 9 | 13 | 60 | 5B | 50 | 0 | 3E | E9 | 53 | 15 |
| Octal | 11 | 23 | 140 | 133 | 120 | 0 | 76 | 351 | 123 | 25 |
| Binary | 1001 | 10011 | 1100000 | 1011011 | 1010000 | 0 | 111110 | 11101001 | 1010011 | 10101 |
Color Harmonies of #091360
Complementary color
Monochromatic Colors of #091360
Black with #091360
Text Example
Text Example
White with #091360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091360; }
p { color: rgb(9,19,96); }
H1.HeaderClassName
{
color: #091360;
}
.AnyTagClassName
{
color: #091360;
}
</style>
background-color css
<style>
a { background-color: #091360; }
a { background-color: rgb(9,19,96); }
div.DivClassName
{
background-color: #091360;
}
.BgClassName
{
background-color: #091360;
}
</style>
border-color css
<style>
span { border-color: #091360; }
span { border-color: rgb(9,19,96); }
td.TdClassName
{
border-color: #091360;
}
.TagClassName
{
border-color: #091360;
}
</style>