Shades of Sapphire #09124C
Tints of Sapphire #09124C
RGB
CMYK
RGB Variations
Color information
#09124C (or 0x09124C) is known color: Sapphire. HEX triplet: 09, 12 and 4C. RGB value is (9,18,76). Sum of RGB (Red+Green+Blue) = 9+18+76=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #09124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09124C is #F6EDB3. Grayscale: #151515. Windows color (decimal): -16182708 or 4985353. OLE color: 4985353.
HSL color Cylindrical-coordinate representation of color #09124C: hue angle of 231.94º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09124C is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 18 | 76 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.70 |
| HSL | 231.94º | 0.79% | 0.17% | - |
| HSV(B) | 231.94º | 0.88% | 0.3% | - |
| XYZ | 1.63 | 1.01 | 6.95 | - |
| YUV | 21.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 76 | 0.88 | 0.76 | 0 | 0.70 | 231.94 | 0.79 | 0.17 |
| Hex | 9 | 12 | 4C | 58 | 4C | 0 | 46 | E8 | 4F | 11 |
| Octal | 11 | 22 | 114 | 130 | 114 | 0 | 106 | 350 | 117 | 21 |
| Binary | 1001 | 10010 | 1001100 | 1011000 | 1001100 | 0 | 1000110 | 11101000 | 1001111 | 10001 |
Color Harmonies of #09124C
Complementary color
Monochromatic Colors of #09124C
Black with #09124C
Text Example
Text Example
White with #09124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09124C; }
p { color: rgb(9,18,76); }
H1.HeaderClassName
{
color: #09124C;
}
.AnyTagClassName
{
color: #09124C;
}
</style>
background-color css
<style>
a { background-color: #09124C; }
a { background-color: rgb(9,18,76); }
div.DivClassName
{
background-color: #09124C;
}
.BgClassName
{
background-color: #09124C;
}
</style>
border-color css
<style>
span { border-color: #09124C; }
span { border-color: rgb(9,18,76); }
td.TdClassName
{
border-color: #09124C;
}
.TagClassName
{
border-color: #09124C;
}
</style>