Shades of Sapphire #091D5B
Tints of Sapphire #091D5B
RGB
CMYK
RGB Variations
Color information
#091D5B (or 0x091D5B) is known color: Sapphire. HEX triplet: 09, 1D and 5B. RGB value is (9,29,91). Sum of RGB (Red+Green+Blue) = 9+29+91=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #091D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D5B is #F6E2A4. Grayscale: #1D1D1D. Windows color (decimal): -16179877 or 5971209. OLE color: 5971209.
HSL color Cylindrical-coordinate representation of color #091D5B: hue angle of 225.37º 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 #091D5B is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 29 | 91 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.64 |
| HSL | 225.37º | 0.82% | 0.2% | - |
| HSV(B) | 225.37º | 0.9% | 0.36% | - |
| XYZ | 2.44 | 1.69 | 10.1 | - |
| YUV | 30.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 91 | 0.90 | 0.68 | 0 | 0.64 | 225.37 | 0.82 | 0.2 |
| Hex | 9 | 1D | 5B | 5A | 44 | 0 | 40 | E1 | 52 | 14 |
| Octal | 11 | 35 | 133 | 132 | 104 | 0 | 100 | 341 | 122 | 24 |
| Binary | 1001 | 11101 | 1011011 | 1011010 | 1000100 | 0 | 1000000 | 11100001 | 1010010 | 10100 |
Color Harmonies of #091D5B
Complementary color
Monochromatic Colors of #091D5B
Black with #091D5B
Text Example
Text Example
White with #091D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D5B; }
p { color: rgb(9,29,91); }
H1.HeaderClassName
{
color: #091D5B;
}
.AnyTagClassName
{
color: #091D5B;
}
</style>
background-color css
<style>
a { background-color: #091D5B; }
a { background-color: rgb(9,29,91); }
div.DivClassName
{
background-color: #091D5B;
}
.BgClassName
{
background-color: #091D5B;
}
</style>
border-color css
<style>
span { border-color: #091D5B; }
span { border-color: rgb(9,29,91); }
td.TdClassName
{
border-color: #091D5B;
}
.TagClassName
{
border-color: #091D5B;
}
</style>