Shades of Sapphire #092280
Tints of Sapphire #092280
RGB
CMYK
RGB Variations
Color information
#092280 (or 0x092280) is known color: Sapphire. HEX triplet: 09, 22 and 80. RGB value is (9,34,128). Sum of RGB (Red+Green+Blue) = 9+34+128=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #092280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092280 is #F6DD7F. Grayscale: #242424. Windows color (decimal): -16178560 or 8397321. OLE color: 8397321.
HSL color Cylindrical-coordinate representation of color #092280: hue angle of 227.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092280 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 34 | 128 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.50 |
| HSL | 227.4º | 0.87% | 0.27% | - |
| HSV(B) | 227.4º | 0.93% | 0.5% | - |
| XYZ | 4.58 | 2.76 | 20.71 | - |
| YUV | 37.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 128 | 0.93 | 0.73 | 0 | 0.50 | 227.4 | 0.87 | 0.27 |
| Hex | 9 | 22 | 80 | 5D | 49 | 0 | 32 | E3 | 57 | 1B |
| Octal | 11 | 42 | 200 | 135 | 111 | 0 | 62 | 343 | 127 | 33 |
| Binary | 1001 | 100010 | 10000000 | 1011101 | 1001001 | 0 | 110010 | 11100011 | 1010111 | 11011 |
Color Harmonies of #092280
Complementary color
Monochromatic Colors of #092280
Black with #092280
Text Example
Text Example
White with #092280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092280; }
p { color: rgb(9,34,128); }
H1.HeaderClassName
{
color: #092280;
}
.AnyTagClassName
{
color: #092280;
}
</style>
background-color css
<style>
a { background-color: #092280; }
a { background-color: rgb(9,34,128); }
div.DivClassName
{
background-color: #092280;
}
.BgClassName
{
background-color: #092280;
}
</style>
border-color css
<style>
span { border-color: #092280; }
span { border-color: rgb(9,34,128); }
td.TdClassName
{
border-color: #092280;
}
.TagClassName
{
border-color: #092280;
}
</style>