Shades of Sapphire #092076
Tints of Sapphire #092076
RGB
CMYK
RGB Variations
Color information
#092076 (or 0x092076) is known color: Sapphire. HEX triplet: 09, 20 and 76. RGB value is (9,32,118). Sum of RGB (Red+Green+Blue) = 9+32+118=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #092076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092076 is #F6DF89. Grayscale: #222222. Windows color (decimal): -16179082 or 7741449. OLE color: 7741449.
HSL color Cylindrical-coordinate representation of color #092076: hue angle of 227.34º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092076 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 32 | 118 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.54 |
| HSL | 227.34º | 0.86% | 0.25% | - |
| HSV(B) | 227.34º | 0.92% | 0.46% | - |
| XYZ | 3.9 | 2.4 | 17.4 | - |
| YUV | 34.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 118 | 0.92 | 0.73 | 0 | 0.54 | 227.34 | 0.86 | 0.25 |
| Hex | 9 | 20 | 76 | 5C | 49 | 0 | 36 | E3 | 56 | 19 |
| Octal | 11 | 40 | 166 | 134 | 111 | 0 | 66 | 343 | 126 | 31 |
| Binary | 1001 | 100000 | 1110110 | 1011100 | 1001001 | 0 | 110110 | 11100011 | 1010110 | 11001 |
Color Harmonies of #092076
Complementary color
Monochromatic Colors of #092076
Black with #092076
Text Example
Text Example
White with #092076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092076; }
p { color: rgb(9,32,118); }
H1.HeaderClassName
{
color: #092076;
}
.AnyTagClassName
{
color: #092076;
}
</style>
background-color css
<style>
a { background-color: #092076; }
a { background-color: rgb(9,32,118); }
div.DivClassName
{
background-color: #092076;
}
.BgClassName
{
background-color: #092076;
}
</style>
border-color css
<style>
span { border-color: #092076; }
span { border-color: rgb(9,32,118); }
td.TdClassName
{
border-color: #092076;
}
.TagClassName
{
border-color: #092076;
}
</style>