Shades of Sapphire #092951
Tints of Sapphire #092951
RGB
CMYK
RGB Variations
Color information
#092951 (or 0x092951) is known color: Sapphire. HEX triplet: 09, 29 and 51. RGB value is (9,41,81). Sum of RGB (Red+Green+Blue) = 9+41+81=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #092951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092951 is #F6D6AE. Grayscale: #232323. Windows color (decimal): -16176815 or 5318921. OLE color: 5318921.
HSL color Cylindrical-coordinate representation of color #092951: hue angle of 213.33º 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 #092951 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 41 | 81 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.68 |
| HSL | 213.33º | 0.8% | 0.18% | - |
| HSV(B) | 213.33º | 0.89% | 0.32% | - |
| XYZ | 2.39 | 2.24 | 8.09 | - |
| YUV | 35.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 81 | 0.89 | 0.49 | 0 | 0.68 | 213.33 | 0.8 | 0.18 |
| Hex | 9 | 29 | 51 | 59 | 31 | 0 | 44 | D5 | 50 | 12 |
| Octal | 11 | 51 | 121 | 131 | 61 | 0 | 104 | 325 | 120 | 22 |
| Binary | 1001 | 101001 | 1010001 | 1011001 | 110001 | 0 | 1000100 | 11010101 | 1010000 | 10010 |
Color Harmonies of #092951
Complementary color
Monochromatic Colors of #092951
Black with #092951
Text Example
Text Example
White with #092951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092951; }
p { color: rgb(9,41,81); }
H1.HeaderClassName
{
color: #092951;
}
.AnyTagClassName
{
color: #092951;
}
</style>
background-color css
<style>
a { background-color: #092951; }
a { background-color: rgb(9,41,81); }
div.DivClassName
{
background-color: #092951;
}
.BgClassName
{
background-color: #092951;
}
</style>
border-color css
<style>
span { border-color: #092951; }
span { border-color: rgb(9,41,81); }
td.TdClassName
{
border-color: #092951;
}
.TagClassName
{
border-color: #092951;
}
</style>