Shades of Sapphire #092456
Tints of Sapphire #092456
RGB
CMYK
RGB Variations
Color information
#092456 (or 0x092456) is known color: Sapphire. HEX triplet: 09, 24 and 56. RGB value is (9,36,86). Sum of RGB (Red+Green+Blue) = 9+36+86=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #092456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092456 is #F6DBA9. Grayscale: #212121. Windows color (decimal): -16178090 or 5645321. OLE color: 5645321.
HSL color Cylindrical-coordinate representation of color #092456: hue angle of 218.96º 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 #092456 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 36 | 86 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.66 |
| HSL | 218.96º | 0.81% | 0.19% | - |
| HSV(B) | 218.96º | 0.9% | 0.34% | - |
| XYZ | 2.42 | 1.99 | 9.06 | - |
| YUV | 33.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 86 | 0.90 | 0.58 | 0 | 0.66 | 218.96 | 0.81 | 0.19 |
| Hex | 9 | 24 | 56 | 5A | 3A | 0 | 42 | DB | 51 | 13 |
| Octal | 11 | 44 | 126 | 132 | 72 | 0 | 102 | 333 | 121 | 23 |
| Binary | 1001 | 100100 | 1010110 | 1011010 | 111010 | 0 | 1000010 | 11011011 | 1010001 | 10011 |
Color Harmonies of #092456
Complementary color
Monochromatic Colors of #092456
Black with #092456
Text Example
Text Example
White with #092456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092456; }
p { color: rgb(9,36,86); }
H1.HeaderClassName
{
color: #092456;
}
.AnyTagClassName
{
color: #092456;
}
</style>
background-color css
<style>
a { background-color: #092456; }
a { background-color: rgb(9,36,86); }
div.DivClassName
{
background-color: #092456;
}
.BgClassName
{
background-color: #092456;
}
</style>
border-color css
<style>
span { border-color: #092456; }
span { border-color: rgb(9,36,86); }
td.TdClassName
{
border-color: #092456;
}
.TagClassName
{
border-color: #092456;
}
</style>