Shades of Ultramarine #0A1987
Tints of Ultramarine #0A1987
RGB
CMYK
RGB Variations
Color information
#0A1987 (or 0x0A1987) is known color: Ultramarine. HEX triplet: 0A, 19 and 87. RGB value is (10,25,135). Sum of RGB (Red+Green+Blue) = 10+25+135=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1987 is #F5E678. Grayscale: #202020. Windows color (decimal): -16115321 or 8853770. OLE color: 8853770.
HSL color Cylindrical-coordinate representation of color #0A1987: hue angle of 232.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1987 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 25 | 135 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.47 |
| HSL | 232.8º | 0.86% | 0.28% | - |
| HSV(B) | 232.8º | 0.93% | 0.53% | - |
| XYZ | 4.85 | 2.51 | 23.15 | - |
| YUV | 33.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 135 | 0.93 | 0.81 | 0 | 0.47 | 232.8 | 0.86 | 0.28 |
| Hex | A | 19 | 87 | 5D | 51 | 0 | 2F | E9 | 56 | 1C |
| Octal | 12 | 31 | 207 | 135 | 121 | 0 | 57 | 351 | 126 | 34 |
| Binary | 1010 | 11001 | 10000111 | 1011101 | 1010001 | 0 | 101111 | 11101001 | 1010110 | 11100 |
Color Harmonies of #0A1987
Complementary color
Monochromatic Colors of #0A1987
Black with #0A1987
Text Example
Text Example
White with #0A1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1987; }
p { color: rgb(10,25,135); }
H1.HeaderClassName
{
color: #0A1987;
}
.AnyTagClassName
{
color: #0A1987;
}
</style>
background-color css
<style>
a { background-color: #0A1987; }
a { background-color: rgb(10,25,135); }
div.DivClassName
{
background-color: #0A1987;
}
.BgClassName
{
background-color: #0A1987;
}
</style>
border-color css
<style>
span { border-color: #0A1987; }
span { border-color: rgb(10,25,135); }
td.TdClassName
{
border-color: #0A1987;
}
.TagClassName
{
border-color: #0A1987;
}
</style>