Shades of Sapphire #092958
Tints of Sapphire #092958
RGB
CMYK
RGB Variations
Color information
#092958 (or 0x092958) is known color: Sapphire. HEX triplet: 09, 29 and 58. RGB value is (9,41,88). Sum of RGB (Red+Green+Blue) = 9+41+88=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #092958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092958 is #F6D6A7. Grayscale: #242424. Windows color (decimal): -16176808 or 5777673. OLE color: 5777673.
HSL color Cylindrical-coordinate representation of color #092958: hue angle of 215.7º 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 #092958 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 41 | 88 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.65 |
| HSL | 215.7º | 0.81% | 0.19% | - |
| HSV(B) | 215.7º | 0.9% | 0.35% | - |
| XYZ | 2.67 | 2.35 | 9.55 | - |
| YUV | 36.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 88 | 0.90 | 0.53 | 0 | 0.65 | 215.7 | 0.81 | 0.19 |
| Hex | 9 | 29 | 58 | 5A | 35 | 0 | 41 | D8 | 51 | 13 |
| Octal | 11 | 51 | 130 | 132 | 65 | 0 | 101 | 330 | 121 | 23 |
| Binary | 1001 | 101001 | 1011000 | 1011010 | 110101 | 0 | 1000001 | 11011000 | 1010001 | 10011 |
Color Harmonies of #092958
Complementary color
Monochromatic Colors of #092958
Black with #092958
Text Example
Text Example
White with #092958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092958; }
p { color: rgb(9,41,88); }
H1.HeaderClassName
{
color: #092958;
}
.AnyTagClassName
{
color: #092958;
}
</style>
background-color css
<style>
a { background-color: #092958; }
a { background-color: rgb(9,41,88); }
div.DivClassName
{
background-color: #092958;
}
.BgClassName
{
background-color: #092958;
}
</style>
border-color css
<style>
span { border-color: #092958; }
span { border-color: rgb(9,41,88); }
td.TdClassName
{
border-color: #092958;
}
.TagClassName
{
border-color: #092958;
}
</style>