Shades of Sapphire #091B5B
Tints of Sapphire #091B5B
RGB
CMYK
RGB Variations
Color information
#091B5B (or 0x091B5B) is known color: Sapphire. HEX triplet: 09, 1B and 5B. RGB value is (9,27,91). Sum of RGB (Red+Green+Blue) = 9+27+91=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #091B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B5B is #F6E4A4. Grayscale: #1C1C1C. Windows color (decimal): -16180389 or 5970697. OLE color: 5970697.
HSL color Cylindrical-coordinate representation of color #091B5B: hue angle of 226.83º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091B5B is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 27 | 91 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.64 |
| HSL | 226.83º | 0.82% | 0.2% | - |
| HSV(B) | 226.83º | 0.9% | 0.36% | - |
| XYZ | 2.39 | 1.6 | 10.08 | - |
| YUV | 28.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 91 | 0.90 | 0.70 | 0 | 0.64 | 226.83 | 0.82 | 0.2 |
| Hex | 9 | 1B | 5B | 5A | 46 | 0 | 40 | E3 | 52 | 14 |
| Octal | 11 | 33 | 133 | 132 | 106 | 0 | 100 | 343 | 122 | 24 |
| Binary | 1001 | 11011 | 1011011 | 1011010 | 1000110 | 0 | 1000000 | 11100011 | 1010010 | 10100 |
Color Harmonies of #091B5B
Complementary color
Monochromatic Colors of #091B5B
Black with #091B5B
Text Example
Text Example
White with #091B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B5B; }
p { color: rgb(9,27,91); }
H1.HeaderClassName
{
color: #091B5B;
}
.AnyTagClassName
{
color: #091B5B;
}
</style>
background-color css
<style>
a { background-color: #091B5B; }
a { background-color: rgb(9,27,91); }
div.DivClassName
{
background-color: #091B5B;
}
.BgClassName
{
background-color: #091B5B;
}
</style>
border-color css
<style>
span { border-color: #091B5B; }
span { border-color: rgb(9,27,91); }
td.TdClassName
{
border-color: #091B5B;
}
.TagClassName
{
border-color: #091B5B;
}
</style>