Shades of Sapphire #092851
Tints of Sapphire #092851
RGB
CMYK
RGB Variations
Color information
#092851 (or 0x092851) is known color: Sapphire. HEX triplet: 09, 28 and 51. RGB value is (9,40,81). Sum of RGB (Red+Green+Blue) = 9+40+81=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #092851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092851 is #F6D7AE. Grayscale: #232323. Windows color (decimal): -16177071 or 5318665. OLE color: 5318665.
HSL color Cylindrical-coordinate representation of color #092851: hue angle of 214.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092851 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 40 | 81 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.68 |
| HSL | 214.17º | 0.8% | 0.18% | - |
| HSV(B) | 214.17º | 0.89% | 0.32% | - |
| XYZ | 2.36 | 2.17 | 8.08 | - |
| YUV | 35.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 81 | 0.89 | 0.51 | 0 | 0.68 | 214.17 | 0.8 | 0.18 |
| Hex | 9 | 28 | 51 | 59 | 33 | 0 | 44 | D6 | 50 | 12 |
| Octal | 11 | 50 | 121 | 131 | 63 | 0 | 104 | 326 | 120 | 22 |
| Binary | 1001 | 101000 | 1010001 | 1011001 | 110011 | 0 | 1000100 | 11010110 | 1010000 | 10010 |
Color Harmonies of #092851
Complementary color
Monochromatic Colors of #092851
Black with #092851
Text Example
Text Example
White with #092851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092851; }
p { color: rgb(9,40,81); }
H1.HeaderClassName
{
color: #092851;
}
.AnyTagClassName
{
color: #092851;
}
</style>
background-color css
<style>
a { background-color: #092851; }
a { background-color: rgb(9,40,81); }
div.DivClassName
{
background-color: #092851;
}
.BgClassName
{
background-color: #092851;
}
</style>
border-color css
<style>
span { border-color: #092851; }
span { border-color: rgb(9,40,81); }
td.TdClassName
{
border-color: #092851;
}
.TagClassName
{
border-color: #092851;
}
</style>