Shades of Sapphire #091D50
Tints of Sapphire #091D50
RGB
CMYK
RGB Variations
Color information
#091D50 (or 0x091D50) is known color: Sapphire. HEX triplet: 09, 1D and 50. RGB value is (9,29,80). Sum of RGB (Red+Green+Blue) = 9+29+80=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #091D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D50 is #F6E2AF. Grayscale: #1C1C1C. Windows color (decimal): -16179888 or 5250313. OLE color: 5250313.
HSL color Cylindrical-coordinate representation of color #091D50: hue angle of 223.1º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091D50 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 29 | 80 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.69 |
| HSL | 223.1º | 0.8% | 0.17% | - |
| HSV(B) | 223.1º | 0.89% | 0.31% | - |
| XYZ | 2 | 1.52 | 7.78 | - |
| YUV | 28.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 80 | 0.89 | 0.64 | 0 | 0.69 | 223.1 | 0.8 | 0.17 |
| Hex | 9 | 1D | 50 | 59 | 40 | 0 | 45 | DF | 50 | 11 |
| Octal | 11 | 35 | 120 | 131 | 100 | 0 | 105 | 337 | 120 | 21 |
| Binary | 1001 | 11101 | 1010000 | 1011001 | 1000000 | 0 | 1000101 | 11011111 | 1010000 | 10001 |
Color Harmonies of #091D50
Complementary color
Monochromatic Colors of #091D50
Black with #091D50
Text Example
Text Example
White with #091D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D50; }
p { color: rgb(9,29,80); }
H1.HeaderClassName
{
color: #091D50;
}
.AnyTagClassName
{
color: #091D50;
}
</style>
background-color css
<style>
a { background-color: #091D50; }
a { background-color: rgb(9,29,80); }
div.DivClassName
{
background-color: #091D50;
}
.BgClassName
{
background-color: #091D50;
}
</style>
border-color css
<style>
span { border-color: #091D50; }
span { border-color: rgb(9,29,80); }
td.TdClassName
{
border-color: #091D50;
}
.TagClassName
{
border-color: #091D50;
}
</style>