Shades of Sapphire #0A1252
Tints of Sapphire #0A1252
RGB
CMYK
RGB Variations
Color information
#0A1252 (or 0x0A1252) is known color: Sapphire. HEX triplet: 0A, 12 and 52. RGB value is (10,18,82). Sum of RGB (Red+Green+Blue) = 10+18+82=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A1252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1252 is #F5EDAD. Grayscale: #161616. Windows color (decimal): -16117166 or 5378570. OLE color: 5378570.
HSL color Cylindrical-coordinate representation of color #0A1252: hue angle of 233.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1252 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 18 | 82 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.68 |
| HSL | 233.33º | 0.78% | 0.18% | - |
| HSV(B) | 233.33º | 0.88% | 0.32% | - |
| XYZ | 1.86 | 1.11 | 8.1 | - |
| YUV | 22.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 82 | 0.88 | 0.78 | 0 | 0.68 | 233.33 | 0.78 | 0.18 |
| Hex | A | 12 | 52 | 58 | 4E | 0 | 44 | E9 | 4E | 12 |
| Octal | 12 | 22 | 122 | 130 | 116 | 0 | 104 | 351 | 116 | 22 |
| Binary | 1010 | 10010 | 1010010 | 1011000 | 1001110 | 0 | 1000100 | 11101001 | 1001110 | 10010 |
Color Harmonies of #0A1252
Complementary color
Monochromatic Colors of #0A1252
Black with #0A1252
Text Example
Text Example
White with #0A1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1252; }
p { color: rgb(10,18,82); }
H1.HeaderClassName
{
color: #0A1252;
}
.AnyTagClassName
{
color: #0A1252;
}
</style>
background-color css
<style>
a { background-color: #0A1252; }
a { background-color: rgb(10,18,82); }
div.DivClassName
{
background-color: #0A1252;
}
.BgClassName
{
background-color: #0A1252;
}
</style>
border-color css
<style>
span { border-color: #0A1252; }
span { border-color: rgb(10,18,82); }
td.TdClassName
{
border-color: #0A1252;
}
.TagClassName
{
border-color: #0A1252;
}
</style>