Shades of Sapphire #0A1353
Tints of Sapphire #0A1353
RGB
CMYK
RGB Variations
Color information
#0A1353 (or 0x0A1353) is known color: Sapphire. HEX triplet: 0A, 13 and 53. RGB value is (10,19,83). Sum of RGB (Red+Green+Blue) = 10+19+83=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A1353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1353 is #F5ECAC. Grayscale: #171717. Windows color (decimal): -16116909 or 5444362. OLE color: 5444362.
HSL color Cylindrical-coordinate representation of color #0A1353: hue angle of 232.6º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1353 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 19 | 83 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.67 |
| HSL | 232.6º | 0.78% | 0.18% | - |
| HSV(B) | 232.6º | 0.88% | 0.33% | - |
| XYZ | 1.92 | 1.15 | 8.31 | - |
| YUV | 23.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 83 | 0.88 | 0.77 | 0 | 0.67 | 232.6 | 0.78 | 0.18 |
| Hex | A | 13 | 53 | 58 | 4D | 0 | 43 | E9 | 4E | 12 |
| Octal | 12 | 23 | 123 | 130 | 115 | 0 | 103 | 351 | 116 | 22 |
| Binary | 1010 | 10011 | 1010011 | 1011000 | 1001101 | 0 | 1000011 | 11101001 | 1001110 | 10010 |
Color Harmonies of #0A1353
Complementary color
Monochromatic Colors of #0A1353
Black with #0A1353
Text Example
Text Example
White with #0A1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1353; }
p { color: rgb(10,19,83); }
H1.HeaderClassName
{
color: #0A1353;
}
.AnyTagClassName
{
color: #0A1353;
}
</style>
background-color css
<style>
a { background-color: #0A1353; }
a { background-color: rgb(10,19,83); }
div.DivClassName
{
background-color: #0A1353;
}
.BgClassName
{
background-color: #0A1353;
}
</style>
border-color css
<style>
span { border-color: #0A1353; }
span { border-color: rgb(10,19,83); }
td.TdClassName
{
border-color: #0A1353;
}
.TagClassName
{
border-color: #0A1353;
}
</style>