Shades of Sapphire #092556
Tints of Sapphire #092556
RGB
CMYK
RGB Variations
Color information
#092556 (or 0x092556) is known color: Sapphire. HEX triplet: 09, 25 and 56. RGB value is (9,37,86). Sum of RGB (Red+Green+Blue) = 9+37+86=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #092556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092556 is #F6DAA9. Grayscale: #212121. Windows color (decimal): -16177834 or 5645577. OLE color: 5645577.
HSL color Cylindrical-coordinate representation of color #092556: hue angle of 218.18º 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 #092556 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 37 | 86 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.66 |
| HSL | 218.18º | 0.81% | 0.19% | - |
| HSV(B) | 218.18º | 0.9% | 0.34% | - |
| XYZ | 2.45 | 2.05 | 9.07 | - |
| YUV | 34.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 86 | 0.90 | 0.57 | 0 | 0.66 | 218.18 | 0.81 | 0.19 |
| Hex | 9 | 25 | 56 | 5A | 39 | 0 | 42 | DA | 51 | 13 |
| Octal | 11 | 45 | 126 | 132 | 71 | 0 | 102 | 332 | 121 | 23 |
| Binary | 1001 | 100101 | 1010110 | 1011010 | 111001 | 0 | 1000010 | 11011010 | 1010001 | 10011 |
Color Harmonies of #092556
Complementary color
Monochromatic Colors of #092556
Black with #092556
Text Example
Text Example
White with #092556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092556; }
p { color: rgb(9,37,86); }
H1.HeaderClassName
{
color: #092556;
}
.AnyTagClassName
{
color: #092556;
}
</style>
background-color css
<style>
a { background-color: #092556; }
a { background-color: rgb(9,37,86); }
div.DivClassName
{
background-color: #092556;
}
.BgClassName
{
background-color: #092556;
}
</style>
border-color css
<style>
span { border-color: #092556; }
span { border-color: rgb(9,37,86); }
td.TdClassName
{
border-color: #092556;
}
.TagClassName
{
border-color: #092556;
}
</style>