Shades of Sapphire #092771
Tints of Sapphire #092771
RGB
CMYK
RGB Variations
Color information
#092771 (or 0x092771) is known color: Sapphire. HEX triplet: 09, 27 and 71. RGB value is (9,39,113). Sum of RGB (Red+Green+Blue) = 9+39+113=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #092771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092771 is #F6D88E. Grayscale: #262626. Windows color (decimal): -16177295 or 7415561. OLE color: 7415561.
HSL color Cylindrical-coordinate representation of color #092771: hue angle of 222.69º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092771 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 39 | 113 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.56 |
| HSL | 222.69º | 0.85% | 0.24% | - |
| HSV(B) | 222.69º | 0.92% | 0.44% | - |
| XYZ | 3.82 | 2.7 | 15.94 | - |
| YUV | 38.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 113 | 0.92 | 0.65 | 0 | 0.56 | 222.69 | 0.85 | 0.24 |
| Hex | 9 | 27 | 71 | 5C | 41 | 0 | 38 | DF | 55 | 18 |
| Octal | 11 | 47 | 161 | 134 | 101 | 0 | 70 | 337 | 125 | 30 |
| Binary | 1001 | 100111 | 1110001 | 1011100 | 1000001 | 0 | 111000 | 11011111 | 1010101 | 11000 |
Color Harmonies of #092771
Complementary color
Monochromatic Colors of #092771
Black with #092771
Text Example
Text Example
White with #092771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092771; }
p { color: rgb(9,39,113); }
H1.HeaderClassName
{
color: #092771;
}
.AnyTagClassName
{
color: #092771;
}
</style>
background-color css
<style>
a { background-color: #092771; }
a { background-color: rgb(9,39,113); }
div.DivClassName
{
background-color: #092771;
}
.BgClassName
{
background-color: #092771;
}
</style>
border-color css
<style>
span { border-color: #092771; }
span { border-color: rgb(9,39,113); }
td.TdClassName
{
border-color: #092771;
}
.TagClassName
{
border-color: #092771;
}
</style>