Shades of Sapphire #091F4D
Tints of Sapphire #091F4D
RGB
CMYK
RGB Variations
Color information
#091F4D (or 0x091F4D) is known color: Sapphire. HEX triplet: 09, 1F and 4D. RGB value is (9,31,77). Sum of RGB (Red+Green+Blue) = 9+31+77=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #091F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F4D is #F6E0B2. Grayscale: #1D1D1D. Windows color (decimal): -16179379 or 5054217. OLE color: 5054217.
HSL color Cylindrical-coordinate representation of color #091F4D: hue angle of 220.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091F4D is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 31 | 77 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.70 |
| HSL | 220.59º | 0.79% | 0.17% | - |
| HSV(B) | 220.59º | 0.88% | 0.3% | - |
| XYZ | 1.94 | 1.57 | 7.22 | - |
| YUV | 29.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 77 | 0.88 | 0.60 | 0 | 0.70 | 220.59 | 0.79 | 0.17 |
| Hex | 9 | 1F | 4D | 58 | 3C | 0 | 46 | DD | 4F | 11 |
| Octal | 11 | 37 | 115 | 130 | 74 | 0 | 106 | 335 | 117 | 21 |
| Binary | 1001 | 11111 | 1001101 | 1011000 | 111100 | 0 | 1000110 | 11011101 | 1001111 | 10001 |
Color Harmonies of #091F4D
Complementary color
Monochromatic Colors of #091F4D
Black with #091F4D
Text Example
Text Example
White with #091F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F4D; }
p { color: rgb(9,31,77); }
H1.HeaderClassName
{
color: #091F4D;
}
.AnyTagClassName
{
color: #091F4D;
}
</style>
background-color css
<style>
a { background-color: #091F4D; }
a { background-color: rgb(9,31,77); }
div.DivClassName
{
background-color: #091F4D;
}
.BgClassName
{
background-color: #091F4D;
}
</style>
border-color css
<style>
span { border-color: #091F4D; }
span { border-color: rgb(9,31,77); }
td.TdClassName
{
border-color: #091F4D;
}
.TagClassName
{
border-color: #091F4D;
}
</style>