Shades of Sapphire #091A56
Tints of Sapphire #091A56
RGB
CMYK
RGB Variations
Color information
#091A56 (or 0x091A56) is known color: Sapphire. HEX triplet: 09, 1A and 56. RGB value is (9,26,86). Sum of RGB (Red+Green+Blue) = 9+26+86=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #091A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A56 is #F6E5A9. Grayscale: #1B1B1B. Windows color (decimal): -16180650 or 5642761. OLE color: 5642761.
HSL color Cylindrical-coordinate representation of color #091A56: hue angle of 226.75º 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 #091A56 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 26 | 86 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.66 |
| HSL | 226.75º | 0.81% | 0.19% | - |
| HSV(B) | 226.75º | 0.9% | 0.34% | - |
| XYZ | 2.16 | 1.47 | 8.97 | - |
| YUV | 27.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 86 | 0.90 | 0.70 | 0 | 0.66 | 226.75 | 0.81 | 0.19 |
| Hex | 9 | 1A | 56 | 5A | 46 | 0 | 42 | E3 | 51 | 13 |
| Octal | 11 | 32 | 126 | 132 | 106 | 0 | 102 | 343 | 121 | 23 |
| Binary | 1001 | 11010 | 1010110 | 1011010 | 1000110 | 0 | 1000010 | 11100011 | 1010001 | 10011 |
Color Harmonies of #091A56
Complementary color
Monochromatic Colors of #091A56
Black with #091A56
Text Example
Text Example
White with #091A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A56; }
p { color: rgb(9,26,86); }
H1.HeaderClassName
{
color: #091A56;
}
.AnyTagClassName
{
color: #091A56;
}
</style>
background-color css
<style>
a { background-color: #091A56; }
a { background-color: rgb(9,26,86); }
div.DivClassName
{
background-color: #091A56;
}
.BgClassName
{
background-color: #091A56;
}
</style>
border-color css
<style>
span { border-color: #091A56; }
span { border-color: rgb(9,26,86); }
td.TdClassName
{
border-color: #091A56;
}
.TagClassName
{
border-color: #091A56;
}
</style>