Shades of Sapphire #09124E
Tints of Sapphire #09124E
RGB
CMYK
RGB Variations
Color information
#09124E (or 0x09124E) is known color: Sapphire. HEX triplet: 09, 12 and 4E. RGB value is (9,18,78). Sum of RGB (Red+Green+Blue) = 9+18+78=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #09124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09124E is #F6EDB1. Grayscale: #151515. Windows color (decimal): -16182706 or 5116425. OLE color: 5116425.
HSL color Cylindrical-coordinate representation of color #09124E: hue angle of 232.17º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09124E is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 18 | 78 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.69 |
| HSL | 232.17º | 0.79% | 0.17% | - |
| HSV(B) | 232.17º | 0.88% | 0.31% | - |
| XYZ | 1.7 | 1.04 | 7.32 | - |
| YUV | 22.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 78 | 0.88 | 0.77 | 0 | 0.69 | 232.17 | 0.79 | 0.17 |
| Hex | 9 | 12 | 4E | 58 | 4D | 0 | 45 | E8 | 4F | 11 |
| Octal | 11 | 22 | 116 | 130 | 115 | 0 | 105 | 350 | 117 | 21 |
| Binary | 1001 | 10010 | 1001110 | 1011000 | 1001101 | 0 | 1000101 | 11101000 | 1001111 | 10001 |
Color Harmonies of #09124E
Complementary color
Monochromatic Colors of #09124E
Black with #09124E
Text Example
Text Example
White with #09124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09124E; }
p { color: rgb(9,18,78); }
H1.HeaderClassName
{
color: #09124E;
}
.AnyTagClassName
{
color: #09124E;
}
</style>
background-color css
<style>
a { background-color: #09124E; }
a { background-color: rgb(9,18,78); }
div.DivClassName
{
background-color: #09124E;
}
.BgClassName
{
background-color: #09124E;
}
</style>
border-color css
<style>
span { border-color: #09124E; }
span { border-color: rgb(9,18,78); }
td.TdClassName
{
border-color: #09124E;
}
.TagClassName
{
border-color: #09124E;
}
</style>