Shades of Sapphire #092961
Tints of Sapphire #092961
RGB
CMYK
RGB Variations
Color information
#092961 (or 0x092961) is known color: Sapphire. HEX triplet: 09, 29 and 61. RGB value is (9,41,97). Sum of RGB (Red+Green+Blue) = 9+41+97=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #092961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092961 is #F6D69E. Grayscale: #252525. Windows color (decimal): -16176799 or 6367497. OLE color: 6367497.
HSL color Cylindrical-coordinate representation of color #092961: hue angle of 218.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092961 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 41 | 97 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.62 |
| HSL | 218.18º | 0.83% | 0.21% | - |
| HSV(B) | 218.18º | 0.91% | 0.38% | - |
| XYZ | 3.06 | 2.51 | 11.63 | - |
| YUV | 37.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 97 | 0.91 | 0.58 | 0 | 0.62 | 218.18 | 0.83 | 0.21 |
| Hex | 9 | 29 | 61 | 5B | 3A | 0 | 3E | DA | 53 | 15 |
| Octal | 11 | 51 | 141 | 133 | 72 | 0 | 76 | 332 | 123 | 25 |
| Binary | 1001 | 101001 | 1100001 | 1011011 | 111010 | 0 | 111110 | 11011010 | 1010011 | 10101 |
Color Harmonies of #092961
Complementary color
Monochromatic Colors of #092961
Black with #092961
Text Example
Text Example
White with #092961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092961; }
p { color: rgb(9,41,97); }
H1.HeaderClassName
{
color: #092961;
}
.AnyTagClassName
{
color: #092961;
}
</style>
background-color css
<style>
a { background-color: #092961; }
a { background-color: rgb(9,41,97); }
div.DivClassName
{
background-color: #092961;
}
.BgClassName
{
background-color: #092961;
}
</style>
border-color css
<style>
span { border-color: #092961; }
span { border-color: rgb(9,41,97); }
td.TdClassName
{
border-color: #092961;
}
.TagClassName
{
border-color: #092961;
}
</style>