Shades of Sapphire #092271
Tints of Sapphire #092271
RGB
CMYK
RGB Variations
Color information
#092271 (or 0x092271) is known color: Sapphire. HEX triplet: 09, 22 and 71. RGB value is (9,34,113). Sum of RGB (Red+Green+Blue) = 9+34+113=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #092271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092271 is #F6DD8E. Grayscale: #232323. Windows color (decimal): -16178575 or 7414281. OLE color: 7414281.
HSL color Cylindrical-coordinate representation of color #092271: hue angle of 225.58º 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 #092271 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 34 | 113 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.56 |
| HSL | 225.58º | 0.85% | 0.24% | - |
| HSV(B) | 225.58º | 0.92% | 0.44% | - |
| XYZ | 3.67 | 2.39 | 15.89 | - |
| YUV | 35.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 113 | 0.92 | 0.70 | 0 | 0.56 | 225.58 | 0.85 | 0.24 |
| Hex | 9 | 22 | 71 | 5C | 46 | 0 | 38 | E2 | 55 | 18 |
| Octal | 11 | 42 | 161 | 134 | 106 | 0 | 70 | 342 | 125 | 30 |
| Binary | 1001 | 100010 | 1110001 | 1011100 | 1000110 | 0 | 111000 | 11100010 | 1010101 | 11000 |
Color Harmonies of #092271
Complementary color
Monochromatic Colors of #092271
Black with #092271
Text Example
Text Example
White with #092271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092271; }
p { color: rgb(9,34,113); }
H1.HeaderClassName
{
color: #092271;
}
.AnyTagClassName
{
color: #092271;
}
</style>
background-color css
<style>
a { background-color: #092271; }
a { background-color: rgb(9,34,113); }
div.DivClassName
{
background-color: #092271;
}
.BgClassName
{
background-color: #092271;
}
</style>
border-color css
<style>
span { border-color: #092271; }
span { border-color: rgb(9,34,113); }
td.TdClassName
{
border-color: #092271;
}
.TagClassName
{
border-color: #092271;
}
</style>