Shades of Sapphire #092855
Tints of Sapphire #092855
RGB
CMYK
RGB Variations
Color information
#092855 (or 0x092855) is known color: Sapphire. HEX triplet: 09, 28 and 55. RGB value is (9,40,85). Sum of RGB (Red+Green+Blue) = 9+40+85=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #092855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092855 is #F6D7AA. Grayscale: #232323. Windows color (decimal): -16177067 or 5580809. OLE color: 5580809.
HSL color Cylindrical-coordinate representation of color #092855: hue angle of 215.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092855 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 40 | 85 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.67 |
| HSL | 215.53º | 0.81% | 0.18% | - |
| HSV(B) | 215.53º | 0.89% | 0.33% | - |
| XYZ | 2.51 | 2.23 | 8.89 | - |
| YUV | 35.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 85 | 0.89 | 0.53 | 0 | 0.67 | 215.53 | 0.81 | 0.18 |
| Hex | 9 | 28 | 55 | 59 | 35 | 0 | 43 | D8 | 51 | 12 |
| Octal | 11 | 50 | 125 | 131 | 65 | 0 | 103 | 330 | 121 | 22 |
| Binary | 1001 | 101000 | 1010101 | 1011001 | 110101 | 0 | 1000011 | 11011000 | 1010001 | 10010 |
Color Harmonies of #092855
Complementary color
Monochromatic Colors of #092855
Black with #092855
Text Example
Text Example
White with #092855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092855; }
p { color: rgb(9,40,85); }
H1.HeaderClassName
{
color: #092855;
}
.AnyTagClassName
{
color: #092855;
}
</style>
background-color css
<style>
a { background-color: #092855; }
a { background-color: rgb(9,40,85); }
div.DivClassName
{
background-color: #092855;
}
.BgClassName
{
background-color: #092855;
}
</style>
border-color css
<style>
span { border-color: #092855; }
span { border-color: rgb(9,40,85); }
td.TdClassName
{
border-color: #092855;
}
.TagClassName
{
border-color: #092855;
}
</style>