Shades of Sapphire #0A1354
Tints of Sapphire #0A1354
RGB
CMYK
RGB Variations
Color information
#0A1354 (or 0x0A1354) is known color: Sapphire. HEX triplet: 0A, 13 and 54. RGB value is (10,19,84). Sum of RGB (Red+Green+Blue) = 10+19+84=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1354 is #F5ECAB. Grayscale: #171717. Windows color (decimal): -16116908 or 5509898. OLE color: 5509898.
HSL color Cylindrical-coordinate representation of color #0A1354: hue angle of 232.7º degrees, saturation: 0.79, 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 #0A1354 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 19 | 84 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.67 |
| HSL | 232.7º | 0.79% | 0.18% | - |
| HSV(B) | 232.7º | 0.88% | 0.33% | - |
| XYZ | 1.96 | 1.17 | 8.51 | - |
| YUV | 23.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 84 | 0.88 | 0.77 | 0 | 0.67 | 232.7 | 0.79 | 0.18 |
| Hex | A | 13 | 54 | 58 | 4D | 0 | 43 | E9 | 4F | 12 |
| Octal | 12 | 23 | 124 | 130 | 115 | 0 | 103 | 351 | 117 | 22 |
| Binary | 1010 | 10011 | 1010100 | 1011000 | 1001101 | 0 | 1000011 | 11101001 | 1001111 | 10010 |
Color Harmonies of #0A1354
Complementary color
Monochromatic Colors of #0A1354
Black with #0A1354
Text Example
Text Example
White with #0A1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1354; }
p { color: rgb(10,19,84); }
H1.HeaderClassName
{
color: #0A1354;
}
.AnyTagClassName
{
color: #0A1354;
}
</style>
background-color css
<style>
a { background-color: #0A1354; }
a { background-color: rgb(10,19,84); }
div.DivClassName
{
background-color: #0A1354;
}
.BgClassName
{
background-color: #0A1354;
}
</style>
border-color css
<style>
span { border-color: #0A1354; }
span { border-color: rgb(10,19,84); }
td.TdClassName
{
border-color: #0A1354;
}
.TagClassName
{
border-color: #0A1354;
}
</style>