Shades of Sapphire #091D78
Tints of Sapphire #091D78
RGB
CMYK
RGB Variations
Color information
#091D78 (or 0x091D78) is known color: Sapphire. HEX triplet: 09, 1D and 78. RGB value is (9,29,120). Sum of RGB (Red+Green+Blue) = 9+29+120=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #091D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D78 is #F6E287. Grayscale: #212121. Windows color (decimal): -16179848 or 7871753. OLE color: 7871753.
HSL color Cylindrical-coordinate representation of color #091D78: hue angle of 229.19º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091D78 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 29 | 120 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.53 |
| HSL | 229.19º | 0.86% | 0.25% | - |
| HSV(B) | 229.19º | 0.93% | 0.47% | - |
| XYZ | 3.94 | 2.29 | 18 | - |
| YUV | 33.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 120 | 0.92 | 0.76 | 0 | 0.53 | 229.19 | 0.86 | 0.25 |
| Hex | 9 | 1D | 78 | 5C | 4C | 0 | 35 | E5 | 56 | 19 |
| Octal | 11 | 35 | 170 | 134 | 114 | 0 | 65 | 345 | 126 | 31 |
| Binary | 1001 | 11101 | 1111000 | 1011100 | 1001100 | 0 | 110101 | 11100101 | 1010110 | 11001 |
Color Harmonies of #091D78
Complementary color
Monochromatic Colors of #091D78
Black with #091D78
Text Example
Text Example
White with #091D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D78; }
p { color: rgb(9,29,120); }
H1.HeaderClassName
{
color: #091D78;
}
.AnyTagClassName
{
color: #091D78;
}
</style>
background-color css
<style>
a { background-color: #091D78; }
a { background-color: rgb(9,29,120); }
div.DivClassName
{
background-color: #091D78;
}
.BgClassName
{
background-color: #091D78;
}
</style>
border-color css
<style>
span { border-color: #091D78; }
span { border-color: rgb(9,29,120); }
td.TdClassName
{
border-color: #091D78;
}
.TagClassName
{
border-color: #091D78;
}
</style>