Shades of Sapphire #092E80
Tints of Sapphire #092E80
RGB
CMYK
RGB Variations
Color information
#092E80 (or 0x092E80) is known color: Sapphire. HEX triplet: 09, 2E and 80. RGB value is (9,46,128). Sum of RGB (Red+Green+Blue) = 9+46+128=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #092E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E80 is #F6D17F. Grayscale: #2B2B2B. Windows color (decimal): -16175488 or 8400393. OLE color: 8400393.
HSL color Cylindrical-coordinate representation of color #092E80: hue angle of 221.34º 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 #092E80 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 46 | 128 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.50 |
| HSL | 221.34º | 0.87% | 0.27% | - |
| HSV(B) | 221.34º | 0.93% | 0.5% | - |
| XYZ | 4.99 | 3.57 | 20.85 | - |
| YUV | 44.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 128 | 0.93 | 0.64 | 0 | 0.50 | 221.34 | 0.87 | 0.27 |
| Hex | 9 | 2E | 80 | 5D | 40 | 0 | 32 | DD | 57 | 1B |
| Octal | 11 | 56 | 200 | 135 | 100 | 0 | 62 | 335 | 127 | 33 |
| Binary | 1001 | 101110 | 10000000 | 1011101 | 1000000 | 0 | 110010 | 11011101 | 1010111 | 11011 |
Color Harmonies of #092E80
Complementary color
Monochromatic Colors of #092E80
Black with #092E80
Text Example
Text Example
White with #092E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E80; }
p { color: rgb(9,46,128); }
H1.HeaderClassName
{
color: #092E80;
}
.AnyTagClassName
{
color: #092E80;
}
</style>
background-color css
<style>
a { background-color: #092E80; }
a { background-color: rgb(9,46,128); }
div.DivClassName
{
background-color: #092E80;
}
.BgClassName
{
background-color: #092E80;
}
</style>
border-color css
<style>
span { border-color: #092E80; }
span { border-color: rgb(9,46,128); }
td.TdClassName
{
border-color: #092E80;
}
.TagClassName
{
border-color: #092E80;
}
</style>