Shades of Sapphire #091B5D
Tints of Sapphire #091B5D
RGB
CMYK
RGB Variations
Color information
#091B5D (or 0x091B5D) is known color: Sapphire. HEX triplet: 09, 1B and 5D. RGB value is (9,27,93). Sum of RGB (Red+Green+Blue) = 9+27+93=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #091B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B5D is #F6E4A2. Grayscale: #1C1C1C. Windows color (decimal): -16180387 or 6101769. OLE color: 6101769.
HSL color Cylindrical-coordinate representation of color #091B5D: hue angle of 227.14º 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 #091B5D is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 27 | 93 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.64 |
| HSL | 227.14º | 0.82% | 0.2% | - |
| HSV(B) | 227.14º | 0.9% | 0.36% | - |
| XYZ | 2.48 | 1.63 | 10.54 | - |
| YUV | 29.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 93 | 0.90 | 0.71 | 0 | 0.64 | 227.14 | 0.82 | 0.2 |
| Hex | 9 | 1B | 5D | 5A | 47 | 0 | 40 | E3 | 52 | 14 |
| Octal | 11 | 33 | 135 | 132 | 107 | 0 | 100 | 343 | 122 | 24 |
| Binary | 1001 | 11011 | 1011101 | 1011010 | 1000111 | 0 | 1000000 | 11100011 | 1010010 | 10100 |
Color Harmonies of #091B5D
Complementary color
Monochromatic Colors of #091B5D
Black with #091B5D
Text Example
Text Example
White with #091B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B5D; }
p { color: rgb(9,27,93); }
H1.HeaderClassName
{
color: #091B5D;
}
.AnyTagClassName
{
color: #091B5D;
}
</style>
background-color css
<style>
a { background-color: #091B5D; }
a { background-color: rgb(9,27,93); }
div.DivClassName
{
background-color: #091B5D;
}
.BgClassName
{
background-color: #091B5D;
}
</style>
border-color css
<style>
span { border-color: #091B5D; }
span { border-color: rgb(9,27,93); }
td.TdClassName
{
border-color: #091B5D;
}
.TagClassName
{
border-color: #091B5D;
}
</style>