Shades of Sapphire #091B51
Tints of Sapphire #091B51
RGB
CMYK
RGB Variations
Color information
#091B51 (or 0x091B51) is known color: Sapphire. HEX triplet: 09, 1B and 51. RGB value is (9,27,81). Sum of RGB (Red+Green+Blue) = 9+27+81=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #091B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B51 is #F6E4AE. Grayscale: #1B1B1B. Windows color (decimal): -16180399 or 5315337. OLE color: 5315337.
HSL color Cylindrical-coordinate representation of color #091B51: hue angle of 225º 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 #091B51 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 27 | 81 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.68 |
| HSL | 225º | 0.8% | 0.18% | - |
| HSV(B) | 225º | 0.89% | 0.32% | - |
| XYZ | 1.99 | 1.44 | 7.96 | - |
| YUV | 27.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 81 | 0.89 | 0.67 | 0 | 0.68 | 225 | 0.8 | 0.18 |
| Hex | 9 | 1B | 51 | 59 | 43 | 0 | 44 | E1 | 50 | 12 |
| Octal | 11 | 33 | 121 | 131 | 103 | 0 | 104 | 341 | 120 | 22 |
| Binary | 1001 | 11011 | 1010001 | 1011001 | 1000011 | 0 | 1000100 | 11100001 | 1010000 | 10010 |
Color Harmonies of #091B51
Complementary color
Monochromatic Colors of #091B51
Black with #091B51
Text Example
Text Example
White with #091B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B51; }
p { color: rgb(9,27,81); }
H1.HeaderClassName
{
color: #091B51;
}
.AnyTagClassName
{
color: #091B51;
}
</style>
background-color css
<style>
a { background-color: #091B51; }
a { background-color: rgb(9,27,81); }
div.DivClassName
{
background-color: #091B51;
}
.BgClassName
{
background-color: #091B51;
}
</style>
border-color css
<style>
span { border-color: #091B51; }
span { border-color: rgb(9,27,81); }
td.TdClassName
{
border-color: #091B51;
}
.TagClassName
{
border-color: #091B51;
}
</style>