Shades of Sapphire #092E7F
Tints of Sapphire #092E7F
RGB
CMYK
RGB Variations
Color information
#092E7F (or 0x092E7F) is known color: Sapphire. HEX triplet: 09, 2E and 7F. RGB value is (9,46,127). Sum of RGB (Red+Green+Blue) = 9+46+127=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #092E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E7F is #F6D180. Grayscale: #2B2B2B. Windows color (decimal): -16175489 or 8334857. OLE color: 8334857.
HSL color Cylindrical-coordinate representation of color #092E7F: hue angle of 221.19º 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 #092E7F is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 46 | 127 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.50 |
| HSL | 221.19º | 0.87% | 0.27% | - |
| HSV(B) | 221.19º | 0.93% | 0.5% | - |
| XYZ | 4.92 | 3.54 | 20.5 | - |
| YUV | 44.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 127 | 0.93 | 0.64 | 0 | 0.50 | 221.19 | 0.87 | 0.27 |
| Hex | 9 | 2E | 7F | 5D | 40 | 0 | 32 | DD | 57 | 1B |
| Octal | 11 | 56 | 177 | 135 | 100 | 0 | 62 | 335 | 127 | 33 |
| Binary | 1001 | 101110 | 1111111 | 1011101 | 1000000 | 0 | 110010 | 11011101 | 1010111 | 11011 |
Color Harmonies of #092E7F
Complementary color
Monochromatic Colors of #092E7F
Black with #092E7F
Text Example
Text Example
White with #092E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E7F; }
p { color: rgb(9,46,127); }
H1.HeaderClassName
{
color: #092E7F;
}
.AnyTagClassName
{
color: #092E7F;
}
</style>
background-color css
<style>
a { background-color: #092E7F; }
a { background-color: rgb(9,46,127); }
div.DivClassName
{
background-color: #092E7F;
}
.BgClassName
{
background-color: #092E7F;
}
</style>
border-color css
<style>
span { border-color: #092E7F; }
span { border-color: rgb(9,46,127); }
td.TdClassName
{
border-color: #092E7F;
}
.TagClassName
{
border-color: #092E7F;
}
</style>