Shades of Sapphire #091B60
Tints of Sapphire #091B60
RGB
CMYK
RGB Variations
Color information
#091B60 (or 0x091B60) is known color: Sapphire. HEX triplet: 09, 1B and 60. RGB value is (9,27,96). Sum of RGB (Red+Green+Blue) = 9+27+96=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #091B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B60 is #F6E49F. Grayscale: #1D1D1D. Windows color (decimal): -16180384 or 6298377. OLE color: 6298377.
HSL color Cylindrical-coordinate representation of color #091B60: hue angle of 227.59º 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 #091B60 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 27 | 96 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.62 |
| HSL | 227.59º | 0.83% | 0.21% | - |
| HSV(B) | 227.59º | 0.91% | 0.38% | - |
| XYZ | 2.62 | 1.69 | 11.25 | - |
| YUV | 29.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 96 | 0.91 | 0.72 | 0 | 0.62 | 227.59 | 0.83 | 0.21 |
| Hex | 9 | 1B | 60 | 5B | 48 | 0 | 3E | E4 | 53 | 15 |
| Octal | 11 | 33 | 140 | 133 | 110 | 0 | 76 | 344 | 123 | 25 |
| Binary | 1001 | 11011 | 1100000 | 1011011 | 1001000 | 0 | 111110 | 11100100 | 1010011 | 10101 |
Color Harmonies of #091B60
Complementary color
Monochromatic Colors of #091B60
Black with #091B60
Text Example
Text Example
White with #091B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B60; }
p { color: rgb(9,27,96); }
H1.HeaderClassName
{
color: #091B60;
}
.AnyTagClassName
{
color: #091B60;
}
</style>
background-color css
<style>
a { background-color: #091B60; }
a { background-color: rgb(9,27,96); }
div.DivClassName
{
background-color: #091B60;
}
.BgClassName
{
background-color: #091B60;
}
</style>
border-color css
<style>
span { border-color: #091B60; }
span { border-color: rgb(9,27,96); }
td.TdClassName
{
border-color: #091B60;
}
.TagClassName
{
border-color: #091B60;
}
</style>