Shades of Sapphire #092E6A
Tints of Sapphire #092E6A
RGB
CMYK
RGB Variations
Color information
#092E6A (or 0x092E6A) is known color: Sapphire. HEX triplet: 09, 2E and 6A. RGB value is (9,46,106). Sum of RGB (Red+Green+Blue) = 9+46+106=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #092E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E6A is #F6D195. Grayscale: #292929. Windows color (decimal): -16175510 or 6958601. OLE color: 6958601.
HSL color Cylindrical-coordinate representation of color #092E6A: hue angle of 217.11º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092E6A is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 46 | 106 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.58 |
| HSL | 217.11º | 0.84% | 0.23% | - |
| HSV(B) | 217.11º | 0.92% | 0.42% | - |
| XYZ | 3.69 | 3.05 | 14.03 | - |
| YUV | 41.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 106 | 0.92 | 0.57 | 0 | 0.58 | 217.11 | 0.84 | 0.23 |
| Hex | 9 | 2E | 6A | 5C | 39 | 0 | 3A | D9 | 54 | 17 |
| Octal | 11 | 56 | 152 | 134 | 71 | 0 | 72 | 331 | 124 | 27 |
| Binary | 1001 | 101110 | 1101010 | 1011100 | 111001 | 0 | 111010 | 11011001 | 1010100 | 10111 |
Color Harmonies of #092E6A
Complementary color
Monochromatic Colors of #092E6A
Black with #092E6A
Text Example
Text Example
White with #092E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E6A; }
p { color: rgb(9,46,106); }
H1.HeaderClassName
{
color: #092E6A;
}
.AnyTagClassName
{
color: #092E6A;
}
</style>
background-color css
<style>
a { background-color: #092E6A; }
a { background-color: rgb(9,46,106); }
div.DivClassName
{
background-color: #092E6A;
}
.BgClassName
{
background-color: #092E6A;
}
</style>
border-color css
<style>
span { border-color: #092E6A; }
span { border-color: rgb(9,46,106); }
td.TdClassName
{
border-color: #092E6A;
}
.TagClassName
{
border-color: #092E6A;
}
</style>