Shades of Sapphire #091F50
Tints of Sapphire #091F50
RGB
CMYK
RGB Variations
Color information
#091F50 (or 0x091F50) is known color: Sapphire. HEX triplet: 09, 1F and 50. RGB value is (9,31,80). Sum of RGB (Red+Green+Blue) = 9+31+80=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #091F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F50 is #F6E0AF. Grayscale: #1D1D1D. Windows color (decimal): -16179376 or 5250825. OLE color: 5250825.
HSL color Cylindrical-coordinate representation of color #091F50: hue angle of 221.41º 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 #091F50 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 31 | 80 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.69 |
| HSL | 221.41º | 0.8% | 0.17% | - |
| HSV(B) | 221.41º | 0.89% | 0.31% | - |
| XYZ | 2.05 | 1.62 | 7.79 | - |
| YUV | 30.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 80 | 0.89 | 0.61 | 0 | 0.69 | 221.41 | 0.8 | 0.17 |
| Hex | 9 | 1F | 50 | 59 | 3D | 0 | 45 | DD | 50 | 11 |
| Octal | 11 | 37 | 120 | 131 | 75 | 0 | 105 | 335 | 120 | 21 |
| Binary | 1001 | 11111 | 1010000 | 1011001 | 111101 | 0 | 1000101 | 11011101 | 1010000 | 10001 |
Color Harmonies of #091F50
Complementary color
Monochromatic Colors of #091F50
Black with #091F50
Text Example
Text Example
White with #091F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F50; }
p { color: rgb(9,31,80); }
H1.HeaderClassName
{
color: #091F50;
}
.AnyTagClassName
{
color: #091F50;
}
</style>
background-color css
<style>
a { background-color: #091F50; }
a { background-color: rgb(9,31,80); }
div.DivClassName
{
background-color: #091F50;
}
.BgClassName
{
background-color: #091F50;
}
</style>
border-color css
<style>
span { border-color: #091F50; }
span { border-color: rgb(9,31,80); }
td.TdClassName
{
border-color: #091F50;
}
.TagClassName
{
border-color: #091F50;
}
</style>