Shades of Sapphire #091A57
Tints of Sapphire #091A57
RGB
CMYK
RGB Variations
Color information
#091A57 (or 0x091A57) is known color: Sapphire. HEX triplet: 09, 1A and 57. RGB value is (9,26,87). Sum of RGB (Red+Green+Blue) = 9+26+87=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 87 (34.38% from 255 or 71.31% from 122); Max value from RGB is 87 - color contains mainly: blue. Hex color #091A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A57 is #F6E5A8. Grayscale: #1B1B1B. Windows color (decimal): -16180649 or 5708297. OLE color: 5708297.
HSL color Cylindrical-coordinate representation of color #091A57: hue angle of 226.92º 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 #091A57 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 26 | 87 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.66 |
| HSL | 226.92º | 0.81% | 0.19% | - |
| HSV(B) | 226.92º | 0.9% | 0.34% | - |
| XYZ | 2.2 | 1.48 | 9.19 | - |
| YUV | 27.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 87 | 0.90 | 0.70 | 0 | 0.66 | 226.92 | 0.81 | 0.19 |
| Hex | 9 | 1A | 57 | 5A | 46 | 0 | 42 | E3 | 51 | 13 |
| Octal | 11 | 32 | 127 | 132 | 106 | 0 | 102 | 343 | 121 | 23 |
| Binary | 1001 | 11010 | 1010111 | 1011010 | 1000110 | 0 | 1000010 | 11100011 | 1010001 | 10011 |
Color Harmonies of #091A57
Complementary color
Monochromatic Colors of #091A57
Black with #091A57
Text Example
Text Example
White with #091A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A57; }
p { color: rgb(9,26,87); }
H1.HeaderClassName
{
color: #091A57;
}
.AnyTagClassName
{
color: #091A57;
}
</style>
background-color css
<style>
a { background-color: #091A57; }
a { background-color: rgb(9,26,87); }
div.DivClassName
{
background-color: #091A57;
}
.BgClassName
{
background-color: #091A57;
}
</style>
border-color css
<style>
span { border-color: #091A57; }
span { border-color: rgb(9,26,87); }
td.TdClassName
{
border-color: #091A57;
}
.TagClassName
{
border-color: #091A57;
}
</style>