Shades of Sapphire #0A1554
Tints of Sapphire #0A1554
RGB
CMYK
RGB Variations
Color information
#0A1554 (or 0x0A1554) is known color: Sapphire. HEX triplet: 0A, 15 and 54. RGB value is (10,21,84). Sum of RGB (Red+Green+Blue) = 10+21+84=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1554 is #F5EAAB. Grayscale: #181818. Windows color (decimal): -16116396 or 5510410. OLE color: 5510410.
HSL color Cylindrical-coordinate representation of color #0A1554: hue angle of 231.08º 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 #0A1554 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 21 | 84 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.67 |
| HSL | 231.08º | 0.79% | 0.18% | - |
| HSV(B) | 231.08º | 0.88% | 0.33% | - |
| XYZ | 1.99 | 1.24 | 8.52 | - |
| YUV | 24.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 84 | 0.88 | 0.75 | 0 | 0.67 | 231.08 | 0.79 | 0.18 |
| Hex | A | 15 | 54 | 58 | 4B | 0 | 43 | E7 | 4F | 12 |
| Octal | 12 | 25 | 124 | 130 | 113 | 0 | 103 | 347 | 117 | 22 |
| Binary | 1010 | 10101 | 1010100 | 1011000 | 1001011 | 0 | 1000011 | 11100111 | 1001111 | 10010 |
Color Harmonies of #0A1554
Complementary color
Monochromatic Colors of #0A1554
Black with #0A1554
Text Example
Text Example
White with #0A1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1554; }
p { color: rgb(10,21,84); }
H1.HeaderClassName
{
color: #0A1554;
}
.AnyTagClassName
{
color: #0A1554;
}
</style>
background-color css
<style>
a { background-color: #0A1554; }
a { background-color: rgb(10,21,84); }
div.DivClassName
{
background-color: #0A1554;
}
.BgClassName
{
background-color: #0A1554;
}
</style>
border-color css
<style>
span { border-color: #0A1554; }
span { border-color: rgb(10,21,84); }
td.TdClassName
{
border-color: #0A1554;
}
.TagClassName
{
border-color: #0A1554;
}
</style>