Shades of Sapphire #092072
Tints of Sapphire #092072
RGB
CMYK
RGB Variations
Color information
#092072 (or 0x092072) is known color: Sapphire. HEX triplet: 09, 20 and 72. RGB value is (9,32,114). Sum of RGB (Red+Green+Blue) = 9+32+114=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #092072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092072 is #F6DF8D. Grayscale: #222222. Windows color (decimal): -16179086 or 7479305. OLE color: 7479305.
HSL color Cylindrical-coordinate representation of color #092072: hue angle of 226.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092072 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 32 | 114 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.55 |
| HSL | 226.86º | 0.85% | 0.24% | - |
| HSV(B) | 226.86º | 0.92% | 0.45% | - |
| XYZ | 3.67 | 2.31 | 16.17 | - |
| YUV | 34.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 114 | 0.92 | 0.72 | 0 | 0.55 | 226.86 | 0.85 | 0.24 |
| Hex | 9 | 20 | 72 | 5C | 48 | 0 | 37 | E3 | 55 | 18 |
| Octal | 11 | 40 | 162 | 134 | 110 | 0 | 67 | 343 | 125 | 30 |
| Binary | 1001 | 100000 | 1110010 | 1011100 | 1001000 | 0 | 110111 | 11100011 | 1010101 | 11000 |
Color Harmonies of #092072
Complementary color
Monochromatic Colors of #092072
Black with #092072
Text Example
Text Example
White with #092072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092072; }
p { color: rgb(9,32,114); }
H1.HeaderClassName
{
color: #092072;
}
.AnyTagClassName
{
color: #092072;
}
</style>
background-color css
<style>
a { background-color: #092072; }
a { background-color: rgb(9,32,114); }
div.DivClassName
{
background-color: #092072;
}
.BgClassName
{
background-color: #092072;
}
</style>
border-color css
<style>
span { border-color: #092072; }
span { border-color: rgb(9,32,114); }
td.TdClassName
{
border-color: #092072;
}
.TagClassName
{
border-color: #092072;
}
</style>