Shades of Sapphire #092651
Tints of Sapphire #092651
RGB
CMYK
RGB Variations
Color information
#092651 (or 0x092651) is known color: Sapphire. HEX triplet: 09, 26 and 51. RGB value is (9,38,81). Sum of RGB (Red+Green+Blue) = 9+38+81=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #092651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092651 is #F6D9AE. Grayscale: #222222. Windows color (decimal): -16177583 or 5318153. OLE color: 5318153.
HSL color Cylindrical-coordinate representation of color #092651: hue angle of 215.83º 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 #092651 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 38 | 81 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.68 |
| HSL | 215.83º | 0.8% | 0.18% | - |
| HSV(B) | 215.83º | 0.89% | 0.32% | - |
| XYZ | 2.29 | 2.04 | 8.06 | - |
| YUV | 34.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 81 | 0.89 | 0.53 | 0 | 0.68 | 215.83 | 0.8 | 0.18 |
| Hex | 9 | 26 | 51 | 59 | 35 | 0 | 44 | D8 | 50 | 12 |
| Octal | 11 | 46 | 121 | 131 | 65 | 0 | 104 | 330 | 120 | 22 |
| Binary | 1001 | 100110 | 1010001 | 1011001 | 110101 | 0 | 1000100 | 11011000 | 1010000 | 10010 |
Color Harmonies of #092651
Complementary color
Monochromatic Colors of #092651
Black with #092651
Text Example
Text Example
White with #092651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092651; }
p { color: rgb(9,38,81); }
H1.HeaderClassName
{
color: #092651;
}
.AnyTagClassName
{
color: #092651;
}
</style>
background-color css
<style>
a { background-color: #092651; }
a { background-color: rgb(9,38,81); }
div.DivClassName
{
background-color: #092651;
}
.BgClassName
{
background-color: #092651;
}
</style>
border-color css
<style>
span { border-color: #092651; }
span { border-color: rgb(9,38,81); }
td.TdClassName
{
border-color: #092651;
}
.TagClassName
{
border-color: #092651;
}
</style>