Shades of Sapphire #091C57
Tints of Sapphire #091C57
RGB
CMYK
RGB Variations
Color information
#091C57 (or 0x091C57) is known color: Sapphire. HEX triplet: 09, 1C and 57. RGB value is (9,28,87). Sum of RGB (Red+Green+Blue) = 9+28+87=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #091C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C57 is #F6E3A8. Grayscale: #1C1C1C. Windows color (decimal): -16180137 or 5708809. OLE color: 5708809.
HSL color Cylindrical-coordinate representation of color #091C57: hue angle of 225.38º 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 #091C57 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 28 | 87 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.66 |
| HSL | 225.38º | 0.81% | 0.19% | - |
| HSV(B) | 225.38º | 0.9% | 0.34% | - |
| XYZ | 2.25 | 1.58 | 9.2 | - |
| YUV | 29.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 87 | 0.90 | 0.68 | 0 | 0.66 | 225.38 | 0.81 | 0.19 |
| Hex | 9 | 1C | 57 | 5A | 44 | 0 | 42 | E1 | 51 | 13 |
| Octal | 11 | 34 | 127 | 132 | 104 | 0 | 102 | 341 | 121 | 23 |
| Binary | 1001 | 11100 | 1010111 | 1011010 | 1000100 | 0 | 1000010 | 11100001 | 1010001 | 10011 |
Color Harmonies of #091C57
Complementary color
Monochromatic Colors of #091C57
Black with #091C57
Text Example
Text Example
White with #091C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C57; }
p { color: rgb(9,28,87); }
H1.HeaderClassName
{
color: #091C57;
}
.AnyTagClassName
{
color: #091C57;
}
</style>
background-color css
<style>
a { background-color: #091C57; }
a { background-color: rgb(9,28,87); }
div.DivClassName
{
background-color: #091C57;
}
.BgClassName
{
background-color: #091C57;
}
</style>
border-color css
<style>
span { border-color: #091C57; }
span { border-color: rgb(9,28,87); }
td.TdClassName
{
border-color: #091C57;
}
.TagClassName
{
border-color: #091C57;
}
</style>