Shades of Sapphire #0A1555
Tints of Sapphire #0A1555
RGB
CMYK
RGB Variations
Color information
#0A1555 (or 0x0A1555) is known color: Sapphire. HEX triplet: 0A, 15 and 55. RGB value is (10,21,85). Sum of RGB (Red+Green+Blue) = 10+21+85=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1555 is #F5EAAA. Grayscale: #181818. Windows color (decimal): -16116395 or 5575946. OLE color: 5575946.
HSL color Cylindrical-coordinate representation of color #0A1555: hue angle of 231.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1555 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 21 | 85 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.67 |
| HSL | 231.2º | 0.79% | 0.19% | - |
| HSV(B) | 231.2º | 0.88% | 0.33% | - |
| XYZ | 2.03 | 1.26 | 8.73 | - |
| YUV | 25.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 85 | 0.88 | 0.75 | 0 | 0.67 | 231.2 | 0.79 | 0.19 |
| Hex | A | 15 | 55 | 58 | 4B | 0 | 43 | E7 | 4F | 13 |
| Octal | 12 | 25 | 125 | 130 | 113 | 0 | 103 | 347 | 117 | 23 |
| Binary | 1010 | 10101 | 1010101 | 1011000 | 1001011 | 0 | 1000011 | 11100111 | 1001111 | 10011 |
Color Harmonies of #0A1555
Complementary color
Monochromatic Colors of #0A1555
Black with #0A1555
Text Example
Text Example
White with #0A1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1555; }
p { color: rgb(10,21,85); }
H1.HeaderClassName
{
color: #0A1555;
}
.AnyTagClassName
{
color: #0A1555;
}
</style>
background-color css
<style>
a { background-color: #0A1555; }
a { background-color: rgb(10,21,85); }
div.DivClassName
{
background-color: #0A1555;
}
.BgClassName
{
background-color: #0A1555;
}
</style>
border-color css
<style>
span { border-color: #0A1555; }
span { border-color: rgb(10,21,85); }
td.TdClassName
{
border-color: #0A1555;
}
.TagClassName
{
border-color: #0A1555;
}
</style>