Shades of Sapphire #092980
Tints of Sapphire #092980
RGB
CMYK
RGB Variations
Color information
#092980 (or 0x092980) is known color: Sapphire. HEX triplet: 09, 29 and 80. RGB value is (9,41,128). Sum of RGB (Red+Green+Blue) = 9+41+128=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #092980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092980 is #F6D67F. Grayscale: #282828. Windows color (decimal): -16176768 or 8399113. OLE color: 8399113.
HSL color Cylindrical-coordinate representation of color #092980: hue angle of 223.87º 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 #092980 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 41 | 128 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.50 |
| HSL | 223.87º | 0.87% | 0.27% | - |
| HSV(B) | 223.87º | 0.93% | 0.5% | - |
| XYZ | 4.8 | 3.2 | 20.79 | - |
| YUV | 41.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 128 | 0.93 | 0.68 | 0 | 0.50 | 223.87 | 0.87 | 0.27 |
| Hex | 9 | 29 | 80 | 5D | 44 | 0 | 32 | E0 | 57 | 1B |
| Octal | 11 | 51 | 200 | 135 | 104 | 0 | 62 | 340 | 127 | 33 |
| Binary | 1001 | 101001 | 10000000 | 1011101 | 1000100 | 0 | 110010 | 11100000 | 1010111 | 11011 |
Color Harmonies of #092980
Complementary color
Monochromatic Colors of #092980
Black with #092980
Text Example
Text Example
White with #092980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092980; }
p { color: rgb(9,41,128); }
H1.HeaderClassName
{
color: #092980;
}
.AnyTagClassName
{
color: #092980;
}
</style>
background-color css
<style>
a { background-color: #092980; }
a { background-color: rgb(9,41,128); }
div.DivClassName
{
background-color: #092980;
}
.BgClassName
{
background-color: #092980;
}
</style>
border-color css
<style>
span { border-color: #092980; }
span { border-color: rgb(9,41,128); }
td.TdClassName
{
border-color: #092980;
}
.TagClassName
{
border-color: #092980;
}
</style>