Shades of Sapphire #091B5E
Tints of Sapphire #091B5E
RGB
CMYK
RGB Variations
Color information
#091B5E (or 0x091B5E) is known color: Sapphire. HEX triplet: 09, 1B and 5E. RGB value is (9,27,94). Sum of RGB (Red+Green+Blue) = 9+27+94=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #091B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B5E is #F6E4A1. Grayscale: #1C1C1C. Windows color (decimal): -16180386 or 6167305. OLE color: 6167305.
HSL color Cylindrical-coordinate representation of color #091B5E: hue angle of 227.29º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091B5E is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 27 | 94 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.63 |
| HSL | 227.29º | 0.83% | 0.2% | - |
| HSV(B) | 227.29º | 0.9% | 0.37% | - |
| XYZ | 2.52 | 1.65 | 10.78 | - |
| YUV | 29.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 94 | 0.90 | 0.71 | 0 | 0.63 | 227.29 | 0.83 | 0.2 |
| Hex | 9 | 1B | 5E | 5A | 47 | 0 | 3F | E3 | 53 | 14 |
| Octal | 11 | 33 | 136 | 132 | 107 | 0 | 77 | 343 | 123 | 24 |
| Binary | 1001 | 11011 | 1011110 | 1011010 | 1000111 | 0 | 111111 | 11100011 | 1010011 | 10100 |
Color Harmonies of #091B5E
Complementary color
Monochromatic Colors of #091B5E
Black with #091B5E
Text Example
Text Example
White with #091B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B5E; }
p { color: rgb(9,27,94); }
H1.HeaderClassName
{
color: #091B5E;
}
.AnyTagClassName
{
color: #091B5E;
}
</style>
background-color css
<style>
a { background-color: #091B5E; }
a { background-color: rgb(9,27,94); }
div.DivClassName
{
background-color: #091B5E;
}
.BgClassName
{
background-color: #091B5E;
}
</style>
border-color css
<style>
span { border-color: #091B5E; }
span { border-color: rgb(9,27,94); }
td.TdClassName
{
border-color: #091B5E;
}
.TagClassName
{
border-color: #091B5E;
}
</style>