Shades of Sapphire #0A1356
Tints of Sapphire #0A1356
RGB
CMYK
RGB Variations
Color information
#0A1356 (or 0x0A1356) is known color: Sapphire. HEX triplet: 0A, 13 and 56. RGB value is (10,19,86). Sum of RGB (Red+Green+Blue) = 10+19+86=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A1356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1356 is #F5ECA9. Grayscale: #171717. Windows color (decimal): -16116906 or 5640970. OLE color: 5640970.
HSL color Cylindrical-coordinate representation of color #0A1356: hue angle of 232.89º 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 #0A1356 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 19 | 86 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.66 |
| HSL | 232.89º | 0.79% | 0.19% | - |
| HSV(B) | 232.89º | 0.88% | 0.34% | - |
| XYZ | 2.04 | 1.2 | 8.93 | - |
| YUV | 23.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 86 | 0.88 | 0.78 | 0 | 0.66 | 232.89 | 0.79 | 0.19 |
| Hex | A | 13 | 56 | 58 | 4E | 0 | 42 | E9 | 4F | 13 |
| Octal | 12 | 23 | 126 | 130 | 116 | 0 | 102 | 351 | 117 | 23 |
| Binary | 1010 | 10011 | 1010110 | 1011000 | 1001110 | 0 | 1000010 | 11101001 | 1001111 | 10011 |
Color Harmonies of #0A1356
Complementary color
Monochromatic Colors of #0A1356
Black with #0A1356
Text Example
Text Example
White with #0A1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1356; }
p { color: rgb(10,19,86); }
H1.HeaderClassName
{
color: #0A1356;
}
.AnyTagClassName
{
color: #0A1356;
}
</style>
background-color css
<style>
a { background-color: #0A1356; }
a { background-color: rgb(10,19,86); }
div.DivClassName
{
background-color: #0A1356;
}
.BgClassName
{
background-color: #0A1356;
}
</style>
border-color css
<style>
span { border-color: #0A1356; }
span { border-color: rgb(10,19,86); }
td.TdClassName
{
border-color: #0A1356;
}
.TagClassName
{
border-color: #0A1356;
}
</style>