Shades of Sapphire #092976
Tints of Sapphire #092976
RGB
CMYK
RGB Variations
Color information
#092976 (or 0x092976) is known color: Sapphire. HEX triplet: 09, 29 and 76. RGB value is (9,41,118). Sum of RGB (Red+Green+Blue) = 9+41+118=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #092976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092976 is #F6D689. Grayscale: #272727. Windows color (decimal): -16176778 or 7743753. OLE color: 7743753.
HSL color Cylindrical-coordinate representation of color #092976: hue angle of 222.39º 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 #092976 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 41 | 118 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.54 |
| HSL | 222.39º | 0.86% | 0.25% | - |
| HSV(B) | 222.39º | 0.92% | 0.46% | - |
| XYZ | 4.18 | 2.95 | 17.49 | - |
| YUV | 40.21 | 171.9 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 118 | 0.92 | 0.65 | 0 | 0.54 | 222.39 | 0.86 | 0.25 |
| Hex | 9 | 29 | 76 | 5C | 41 | 0 | 36 | DE | 56 | 19 |
| Octal | 11 | 51 | 166 | 134 | 101 | 0 | 66 | 336 | 126 | 31 |
| Binary | 1001 | 101001 | 1110110 | 1011100 | 1000001 | 0 | 110110 | 11011110 | 1010110 | 11001 |
Color Harmonies of #092976
Complementary color
Monochromatic Colors of #092976
Black with #092976
Text Example
Text Example
White with #092976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092976; }
p { color: rgb(9,41,118); }
H1.HeaderClassName
{
color: #092976;
}
.AnyTagClassName
{
color: #092976;
}
</style>
background-color css
<style>
a { background-color: #092976; }
a { background-color: rgb(9,41,118); }
div.DivClassName
{
background-color: #092976;
}
.BgClassName
{
background-color: #092976;
}
</style>
border-color css
<style>
span { border-color: #092976; }
span { border-color: rgb(9,41,118); }
td.TdClassName
{
border-color: #092976;
}
.TagClassName
{
border-color: #092976;
}
</style>