Shades of Sapphire #092858
Tints of Sapphire #092858
RGB
CMYK
RGB Variations
Color information
#092858 (or 0x092858) is known color: Sapphire. HEX triplet: 09, 28 and 58. RGB value is (9,40,88). Sum of RGB (Red+Green+Blue) = 9+40+88=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #092858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092858 is #F6D7A7. Grayscale: #232323. Windows color (decimal): -16177064 or 5777417. OLE color: 5777417.
HSL color Cylindrical-coordinate representation of color #092858: hue angle of 216.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092858 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 40 | 88 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.65 |
| HSL | 216.46º | 0.81% | 0.19% | - |
| HSV(B) | 216.46º | 0.9% | 0.35% | - |
| XYZ | 2.63 | 2.28 | 9.53 | - |
| YUV | 36.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 88 | 0.90 | 0.55 | 0 | 0.65 | 216.46 | 0.81 | 0.19 |
| Hex | 9 | 28 | 58 | 5A | 37 | 0 | 41 | D8 | 51 | 13 |
| Octal | 11 | 50 | 130 | 132 | 67 | 0 | 101 | 330 | 121 | 23 |
| Binary | 1001 | 101000 | 1011000 | 1011010 | 110111 | 0 | 1000001 | 11011000 | 1010001 | 10011 |
Color Harmonies of #092858
Complementary color
Monochromatic Colors of #092858
Black with #092858
Text Example
Text Example
White with #092858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092858; }
p { color: rgb(9,40,88); }
H1.HeaderClassName
{
color: #092858;
}
.AnyTagClassName
{
color: #092858;
}
</style>
background-color css
<style>
a { background-color: #092858; }
a { background-color: rgb(9,40,88); }
div.DivClassName
{
background-color: #092858;
}
.BgClassName
{
background-color: #092858;
}
</style>
border-color css
<style>
span { border-color: #092858; }
span { border-color: rgb(9,40,88); }
td.TdClassName
{
border-color: #092858;
}
.TagClassName
{
border-color: #092858;
}
</style>