Shades of Sapphire #0A124F
Tints of Sapphire #0A124F
RGB
CMYK
RGB Variations
Color information
#0A124F (or 0x0A124F) is known color: Sapphire. HEX triplet: 0A, 12 and 4F. RGB value is (10,18,79). Sum of RGB (Red+Green+Blue) = 10+18+79=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A124F is #F5EDB0. Grayscale: #161616. Windows color (decimal): -16117169 or 5181962. OLE color: 5181962.
HSL color Cylindrical-coordinate representation of color #0A124F: hue angle of 233.04º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A124F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 18 | 79 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.69 |
| HSL | 233.04º | 0.78% | 0.17% | - |
| HSV(B) | 233.04º | 0.87% | 0.31% | - |
| XYZ | 1.75 | 1.06 | 7.51 | - |
| YUV | 22.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 79 | 0.87 | 0.77 | 0 | 0.69 | 233.04 | 0.78 | 0.17 |
| Hex | A | 12 | 4F | 57 | 4D | 0 | 45 | E9 | 4E | 11 |
| Octal | 12 | 22 | 117 | 127 | 115 | 0 | 105 | 351 | 116 | 21 |
| Binary | 1010 | 10010 | 1001111 | 1010111 | 1001101 | 0 | 1000101 | 11101001 | 1001110 | 10001 |
Color Harmonies of #0A124F
Complementary color
Monochromatic Colors of #0A124F
Black with #0A124F
Text Example
Text Example
White with #0A124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A124F; }
p { color: rgb(10,18,79); }
H1.HeaderClassName
{
color: #0A124F;
}
.AnyTagClassName
{
color: #0A124F;
}
</style>
background-color css
<style>
a { background-color: #0A124F; }
a { background-color: rgb(10,18,79); }
div.DivClassName
{
background-color: #0A124F;
}
.BgClassName
{
background-color: #0A124F;
}
</style>
border-color css
<style>
span { border-color: #0A124F; }
span { border-color: rgb(10,18,79); }
td.TdClassName
{
border-color: #0A124F;
}
.TagClassName
{
border-color: #0A124F;
}
</style>