Shades of Sapphire #091E77
Tints of Sapphire #091E77
RGB
CMYK
RGB Variations
Color information
#091E77 (or 0x091E77) is known color: Sapphire. HEX triplet: 09, 1E and 77. RGB value is (9,30,119). Sum of RGB (Red+Green+Blue) = 9+30+119=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #091E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E77 is #F6E188. Grayscale: #212121. Windows color (decimal): -16179593 or 7806473. OLE color: 7806473.
HSL color Cylindrical-coordinate representation of color #091E77: hue angle of 228.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091E77 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 30 | 119 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.53 |
| HSL | 228.55º | 0.86% | 0.25% | - |
| HSV(B) | 228.55º | 0.92% | 0.47% | - |
| XYZ | 3.91 | 2.32 | 17.69 | - |
| YUV | 33.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 119 | 0.92 | 0.75 | 0 | 0.53 | 228.55 | 0.86 | 0.25 |
| Hex | 9 | 1E | 77 | 5C | 4B | 0 | 35 | E5 | 56 | 19 |
| Octal | 11 | 36 | 167 | 134 | 113 | 0 | 65 | 345 | 126 | 31 |
| Binary | 1001 | 11110 | 1110111 | 1011100 | 1001011 | 0 | 110101 | 11100101 | 1010110 | 11001 |
Color Harmonies of #091E77
Complementary color
Monochromatic Colors of #091E77
Black with #091E77
Text Example
Text Example
White with #091E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E77; }
p { color: rgb(9,30,119); }
H1.HeaderClassName
{
color: #091E77;
}
.AnyTagClassName
{
color: #091E77;
}
</style>
background-color css
<style>
a { background-color: #091E77; }
a { background-color: rgb(9,30,119); }
div.DivClassName
{
background-color: #091E77;
}
.BgClassName
{
background-color: #091E77;
}
</style>
border-color css
<style>
span { border-color: #091E77; }
span { border-color: rgb(9,30,119); }
td.TdClassName
{
border-color: #091E77;
}
.TagClassName
{
border-color: #091E77;
}
</style>