Shades of Sapphire #091857
Tints of Sapphire #091857
RGB
CMYK
RGB Variations
Color information
#091857 (or 0x091857) is known color: Sapphire. HEX triplet: 09, 18 and 57. RGB value is (9,24,87). Sum of RGB (Red+Green+Blue) = 9+24+87=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #091857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091857 is #F6E7A8. Grayscale: #1A1A1A. Windows color (decimal): -16181161 or 5707785. OLE color: 5707785.
HSL color Cylindrical-coordinate representation of color #091857: hue angle of 228.46º 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 #091857 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 24 | 87 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.66 |
| HSL | 228.46º | 0.81% | 0.19% | - |
| HSV(B) | 228.46º | 0.9% | 0.34% | - |
| XYZ | 2.16 | 1.4 | 9.17 | - |
| YUV | 26.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 87 | 0.90 | 0.72 | 0 | 0.66 | 228.46 | 0.81 | 0.19 |
| Hex | 9 | 18 | 57 | 5A | 48 | 0 | 42 | E4 | 51 | 13 |
| Octal | 11 | 30 | 127 | 132 | 110 | 0 | 102 | 344 | 121 | 23 |
| Binary | 1001 | 11000 | 1010111 | 1011010 | 1001000 | 0 | 1000010 | 11100100 | 1010001 | 10011 |
Color Harmonies of #091857
Complementary color
Monochromatic Colors of #091857
Black with #091857
Text Example
Text Example
White with #091857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091857; }
p { color: rgb(9,24,87); }
H1.HeaderClassName
{
color: #091857;
}
.AnyTagClassName
{
color: #091857;
}
</style>
background-color css
<style>
a { background-color: #091857; }
a { background-color: rgb(9,24,87); }
div.DivClassName
{
background-color: #091857;
}
.BgClassName
{
background-color: #091857;
}
</style>
border-color css
<style>
span { border-color: #091857; }
span { border-color: rgb(9,24,87); }
td.TdClassName
{
border-color: #091857;
}
.TagClassName
{
border-color: #091857;
}
</style>