Shades of Sapphire #091D66
Tints of Sapphire #091D66
RGB
CMYK
RGB Variations
Color information
#091D66 (or 0x091D66) is known color: Sapphire. HEX triplet: 09, 1D and 66. RGB value is (9,29,102). Sum of RGB (Red+Green+Blue) = 9+29+102=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #091D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D66 is #F6E299. Grayscale: #1F1F1F. Windows color (decimal): -16179866 or 6692105. OLE color: 6692105.
HSL color Cylindrical-coordinate representation of color #091D66: hue angle of 227.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091D66 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 29 | 102 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.6 |
| HSL | 227.1º | 0.84% | 0.22% | - |
| HSV(B) | 227.1º | 0.91% | 0.4% | - |
| XYZ | 2.95 | 1.9 | 12.78 | - |
| YUV | 31.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 102 | 0.91 | 0.72 | 0 | 0.6 | 227.1 | 0.84 | 0.22 |
| Hex | 9 | 1D | 66 | 5B | 48 | 0 | 3C | E3 | 54 | 16 |
| Octal | 11 | 35 | 146 | 133 | 110 | 0 | 74 | 343 | 124 | 26 |
| Binary | 1001 | 11101 | 1100110 | 1011011 | 1001000 | 0 | 111100 | 11100011 | 1010100 | 10110 |
Color Harmonies of #091D66
Complementary color
Monochromatic Colors of #091D66
Black with #091D66
Text Example
Text Example
White with #091D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D66; }
p { color: rgb(9,29,102); }
H1.HeaderClassName
{
color: #091D66;
}
.AnyTagClassName
{
color: #091D66;
}
</style>
background-color css
<style>
a { background-color: #091D66; }
a { background-color: rgb(9,29,102); }
div.DivClassName
{
background-color: #091D66;
}
.BgClassName
{
background-color: #091D66;
}
</style>
border-color css
<style>
span { border-color: #091D66; }
span { border-color: rgb(9,29,102); }
td.TdClassName
{
border-color: #091D66;
}
.TagClassName
{
border-color: #091D66;
}
</style>