Shades of Sapphire #091E56
Tints of Sapphire #091E56
RGB
CMYK
RGB Variations
Color information
#091E56 (or 0x091E56) is known color: Sapphire. HEX triplet: 09, 1E and 56. RGB value is (9,30,86). Sum of RGB (Red+Green+Blue) = 9+30+86=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #091E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E56 is #F6E1A9. Grayscale: #1D1D1D. Windows color (decimal): -16179626 or 5643785. OLE color: 5643785.
HSL color Cylindrical-coordinate representation of color #091E56: hue angle of 223.64º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091E56 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 30 | 86 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.66 |
| HSL | 223.64º | 0.81% | 0.19% | - |
| HSV(B) | 223.64º | 0.9% | 0.34% | - |
| XYZ | 2.26 | 1.66 | 9.01 | - |
| YUV | 30.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 86 | 0.90 | 0.65 | 0 | 0.66 | 223.64 | 0.81 | 0.19 |
| Hex | 9 | 1E | 56 | 5A | 41 | 0 | 42 | E0 | 51 | 13 |
| Octal | 11 | 36 | 126 | 132 | 101 | 0 | 102 | 340 | 121 | 23 |
| Binary | 1001 | 11110 | 1010110 | 1011010 | 1000001 | 0 | 1000010 | 11100000 | 1010001 | 10011 |
Color Harmonies of #091E56
Complementary color
Monochromatic Colors of #091E56
Black with #091E56
Text Example
Text Example
White with #091E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E56; }
p { color: rgb(9,30,86); }
H1.HeaderClassName
{
color: #091E56;
}
.AnyTagClassName
{
color: #091E56;
}
</style>
background-color css
<style>
a { background-color: #091E56; }
a { background-color: rgb(9,30,86); }
div.DivClassName
{
background-color: #091E56;
}
.BgClassName
{
background-color: #091E56;
}
</style>
border-color css
<style>
span { border-color: #091E56; }
span { border-color: rgb(9,30,86); }
td.TdClassName
{
border-color: #091E56;
}
.TagClassName
{
border-color: #091E56;
}
</style>