Shades of Sapphire #092963
Tints of Sapphire #092963
RGB
CMYK
RGB Variations
Color information
#092963 (or 0x092963) is known color: Sapphire. HEX triplet: 09, 29 and 63. RGB value is (9,41,99). Sum of RGB (Red+Green+Blue) = 9+41+99=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #092963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092963 is #F6D69C. Grayscale: #252525. Windows color (decimal): -16176797 or 6498569. OLE color: 6498569.
HSL color Cylindrical-coordinate representation of color #092963: hue angle of 218.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092963 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 41 | 99 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.61 |
| HSL | 218.67º | 0.83% | 0.21% | - |
| HSV(B) | 218.67º | 0.91% | 0.39% | - |
| XYZ | 3.16 | 2.54 | 12.13 | - |
| YUV | 38.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 99 | 0.91 | 0.59 | 0 | 0.61 | 218.67 | 0.83 | 0.21 |
| Hex | 9 | 29 | 63 | 5B | 3B | 0 | 3D | DB | 53 | 15 |
| Octal | 11 | 51 | 143 | 133 | 73 | 0 | 75 | 333 | 123 | 25 |
| Binary | 1001 | 101001 | 1100011 | 1011011 | 111011 | 0 | 111101 | 11011011 | 1010011 | 10101 |
Color Harmonies of #092963
Complementary color
Monochromatic Colors of #092963
Black with #092963
Text Example
Text Example
White with #092963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092963; }
p { color: rgb(9,41,99); }
H1.HeaderClassName
{
color: #092963;
}
.AnyTagClassName
{
color: #092963;
}
</style>
background-color css
<style>
a { background-color: #092963; }
a { background-color: rgb(9,41,99); }
div.DivClassName
{
background-color: #092963;
}
.BgClassName
{
background-color: #092963;
}
</style>
border-color css
<style>
span { border-color: #092963; }
span { border-color: rgb(9,41,99); }
td.TdClassName
{
border-color: #092963;
}
.TagClassName
{
border-color: #092963;
}
</style>