Shades of Sapphire #092C76
Tints of Sapphire #092C76
RGB
CMYK
RGB Variations
Color information
#092C76 (or 0x092C76) is known color: Sapphire. HEX triplet: 09, 2C and 76. RGB value is (9,44,118). Sum of RGB (Red+Green+Blue) = 9+44+118=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #092C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C76 is #F6D389. Grayscale: #292929. Windows color (decimal): -16176010 or 7744521. OLE color: 7744521.
HSL color Cylindrical-coordinate representation of color #092C76: hue angle of 220.73º 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 #092C76 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 44 | 118 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.54 |
| HSL | 220.73º | 0.86% | 0.25% | - |
| HSV(B) | 220.73º | 0.92% | 0.46% | - |
| XYZ | 4.28 | 3.17 | 17.53 | - |
| YUV | 41.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 118 | 0.92 | 0.63 | 0 | 0.54 | 220.73 | 0.86 | 0.25 |
| Hex | 9 | 2C | 76 | 5C | 3F | 0 | 36 | DD | 56 | 19 |
| Octal | 11 | 54 | 166 | 134 | 77 | 0 | 66 | 335 | 126 | 31 |
| Binary | 1001 | 101100 | 1110110 | 1011100 | 111111 | 0 | 110110 | 11011101 | 1010110 | 11001 |
Color Harmonies of #092C76
Complementary color
Monochromatic Colors of #092C76
Black with #092C76
Text Example
Text Example
White with #092C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C76; }
p { color: rgb(9,44,118); }
H1.HeaderClassName
{
color: #092C76;
}
.AnyTagClassName
{
color: #092C76;
}
</style>
background-color css
<style>
a { background-color: #092C76; }
a { background-color: rgb(9,44,118); }
div.DivClassName
{
background-color: #092C76;
}
.BgClassName
{
background-color: #092C76;
}
</style>
border-color css
<style>
span { border-color: #092C76; }
span { border-color: rgb(9,44,118); }
td.TdClassName
{
border-color: #092C76;
}
.TagClassName
{
border-color: #092C76;
}
</style>