Shades of Sapphire #0A2456
Tints of Sapphire #0A2456
RGB
CMYK
RGB Variations
Color information
#0A2456 (or 0x0A2456) is known color: Sapphire. HEX triplet: 0A, 24 and 56. RGB value is (10,36,86). Sum of RGB (Red+Green+Blue) = 10+36+86=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A2456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2456 is #F5DBA9. Grayscale: #212121. Windows color (decimal): -16112554 or 5645322. OLE color: 5645322.
HSL color Cylindrical-coordinate representation of color #0A2456: hue angle of 219.47º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2456 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 36 | 86 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.66 |
| HSL | 219.47º | 0.79% | 0.19% | - |
| HSV(B) | 219.47º | 0.88% | 0.34% | - |
| XYZ | 2.44 | 2 | 9.06 | - |
| YUV | 33.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 86 | 0.88 | 0.58 | 0 | 0.66 | 219.47 | 0.79 | 0.19 |
| Hex | A | 24 | 56 | 58 | 3A | 0 | 42 | DB | 4F | 13 |
| Octal | 12 | 44 | 126 | 130 | 72 | 0 | 102 | 333 | 117 | 23 |
| Binary | 1010 | 100100 | 1010110 | 1011000 | 111010 | 0 | 1000010 | 11011011 | 1001111 | 10011 |
Color Harmonies of #0A2456
Complementary color
Monochromatic Colors of #0A2456
Black with #0A2456
Text Example
Text Example
White with #0A2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2456; }
p { color: rgb(10,36,86); }
H1.HeaderClassName
{
color: #0A2456;
}
.AnyTagClassName
{
color: #0A2456;
}
</style>
background-color css
<style>
a { background-color: #0A2456; }
a { background-color: rgb(10,36,86); }
div.DivClassName
{
background-color: #0A2456;
}
.BgClassName
{
background-color: #0A2456;
}
</style>
border-color css
<style>
span { border-color: #0A2456; }
span { border-color: rgb(10,36,86); }
td.TdClassName
{
border-color: #0A2456;
}
.TagClassName
{
border-color: #0A2456;
}
</style>