Shades of Sapphire #092880
Tints of Sapphire #092880
RGB
CMYK
RGB Variations
Color information
#092880 (or 0x092880) is known color: Sapphire. HEX triplet: 09, 28 and 80. RGB value is (9,40,128). Sum of RGB (Red+Green+Blue) = 9+40+128=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #092880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092880 is #F6D77F. Grayscale: #282828. Windows color (decimal): -16177024 or 8398857. OLE color: 8398857.
HSL color Cylindrical-coordinate representation of color #092880: hue angle of 224.37º 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 #092880 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 40 | 128 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.50 |
| HSL | 224.37º | 0.87% | 0.27% | - |
| HSV(B) | 224.37º | 0.93% | 0.5% | - |
| XYZ | 4.77 | 3.13 | 20.78 | - |
| YUV | 40.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 128 | 0.93 | 0.69 | 0 | 0.50 | 224.37 | 0.87 | 0.27 |
| Hex | 9 | 28 | 80 | 5D | 45 | 0 | 32 | E0 | 57 | 1B |
| Octal | 11 | 50 | 200 | 135 | 105 | 0 | 62 | 340 | 127 | 33 |
| Binary | 1001 | 101000 | 10000000 | 1011101 | 1000101 | 0 | 110010 | 11100000 | 1010111 | 11011 |
Color Harmonies of #092880
Complementary color
Monochromatic Colors of #092880
Black with #092880
Text Example
Text Example
White with #092880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092880; }
p { color: rgb(9,40,128); }
H1.HeaderClassName
{
color: #092880;
}
.AnyTagClassName
{
color: #092880;
}
</style>
background-color css
<style>
a { background-color: #092880; }
a { background-color: rgb(9,40,128); }
div.DivClassName
{
background-color: #092880;
}
.BgClassName
{
background-color: #092880;
}
</style>
border-color css
<style>
span { border-color: #092880; }
span { border-color: rgb(9,40,128); }
td.TdClassName
{
border-color: #092880;
}
.TagClassName
{
border-color: #092880;
}
</style>