Shades of Sapphire #0A124D
Tints of Sapphire #0A124D
RGB
CMYK
RGB Variations
Color information
#0A124D (or 0x0A124D) is known color: Sapphire. HEX triplet: 0A, 12 and 4D. RGB value is (10,18,77). Sum of RGB (Red+Green+Blue) = 10+18+77=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #0A124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A124D is #F5EDB2. Grayscale: #161616. Windows color (decimal): -16117171 or 5050890. OLE color: 5050890.
HSL color Cylindrical-coordinate representation of color #0A124D: hue angle of 232.84º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A124D is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 18 | 77 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.70 |
| HSL | 232.84º | 0.77% | 0.17% | - |
| HSV(B) | 232.84º | 0.87% | 0.3% | - |
| XYZ | 1.68 | 1.03 | 7.13 | - |
| YUV | 22.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 77 | 0.87 | 0.77 | 0 | 0.70 | 232.84 | 0.77 | 0.17 |
| Hex | A | 12 | 4D | 57 | 4D | 0 | 46 | E9 | 4D | 11 |
| Octal | 12 | 22 | 115 | 127 | 115 | 0 | 106 | 351 | 115 | 21 |
| Binary | 1010 | 10010 | 1001101 | 1010111 | 1001101 | 0 | 1000110 | 11101001 | 1001101 | 10001 |
Color Harmonies of #0A124D
Complementary color
Monochromatic Colors of #0A124D
Black with #0A124D
Text Example
Text Example
White with #0A124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A124D; }
p { color: rgb(10,18,77); }
H1.HeaderClassName
{
color: #0A124D;
}
.AnyTagClassName
{
color: #0A124D;
}
</style>
background-color css
<style>
a { background-color: #0A124D; }
a { background-color: rgb(10,18,77); }
div.DivClassName
{
background-color: #0A124D;
}
.BgClassName
{
background-color: #0A124D;
}
</style>
border-color css
<style>
span { border-color: #0A124D; }
span { border-color: rgb(10,18,77); }
td.TdClassName
{
border-color: #0A124D;
}
.TagClassName
{
border-color: #0A124D;
}
</style>