Shades of Sapphire #092E6D
Tints of Sapphire #092E6D
RGB
CMYK
RGB Variations
Color information
#092E6D (or 0x092E6D) is known color: Sapphire. HEX triplet: 09, 2E and 6D. RGB value is (9,46,109). Sum of RGB (Red+Green+Blue) = 9+46+109=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #092E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6D is #F6D192. Grayscale: #292929. Windows color (decimal): -16175507 or 7155209. OLE color: 7155209.
HSL color Cylindrical-coordinate representation of color #092E6D: hue angle of 217.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092E6D is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 46 | 109 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.57 |
| HSL | 217.8º | 0.85% | 0.23% | - |
| HSV(B) | 217.8º | 0.92% | 0.43% | - |
| XYZ | 3.85 | 3.12 | 14.87 | - |
| YUV | 42.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 109 | 0.92 | 0.58 | 0 | 0.57 | 217.8 | 0.85 | 0.23 |
| Hex | 9 | 2E | 6D | 5C | 3A | 0 | 39 | DA | 55 | 17 |
| Octal | 11 | 56 | 155 | 134 | 72 | 0 | 71 | 332 | 125 | 27 |
| Binary | 1001 | 101110 | 1101101 | 1011100 | 111010 | 0 | 111001 | 11011010 | 1010101 | 10111 |
Color Harmonies of #092E6D
Complementary color
Monochromatic Colors of #092E6D
Black with #092E6D
Text Example
Text Example
White with #092E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E6D; }
p { color: rgb(9,46,109); }
H1.HeaderClassName
{
color: #092E6D;
}
.AnyTagClassName
{
color: #092E6D;
}
</style>
background-color css
<style>
a { background-color: #092E6D; }
a { background-color: rgb(9,46,109); }
div.DivClassName
{
background-color: #092E6D;
}
.BgClassName
{
background-color: #092E6D;
}
</style>
border-color css
<style>
span { border-color: #092E6D; }
span { border-color: rgb(9,46,109); }
td.TdClassName
{
border-color: #092E6D;
}
.TagClassName
{
border-color: #092E6D;
}
</style>