Shades of Ultramarine #0A1989
Tints of Ultramarine #0A1989
RGB
CMYK
RGB Variations
Color information
#0A1989 (or 0x0A1989) is known color: Ultramarine. HEX triplet: 0A, 19 and 89. RGB value is (10,25,137). Sum of RGB (Red+Green+Blue) = 10+25+137=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A1989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1989 is #F5E676. Grayscale: #202020. Windows color (decimal): -16115319 or 8984842. OLE color: 8984842.
HSL color Cylindrical-coordinate representation of color #0A1989: hue angle of 232.91º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1989 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 25 | 137 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.46 |
| HSL | 232.91º | 0.86% | 0.29% | - |
| HSV(B) | 232.91º | 0.93% | 0.54% | - |
| XYZ | 4.99 | 2.57 | 23.9 | - |
| YUV | 33.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 137 | 0.93 | 0.82 | 0 | 0.46 | 232.91 | 0.86 | 0.29 |
| Hex | A | 19 | 89 | 5D | 52 | 0 | 2E | E9 | 56 | 1D |
| Octal | 12 | 31 | 211 | 135 | 122 | 0 | 56 | 351 | 126 | 35 |
| Binary | 1010 | 11001 | 10001001 | 1011101 | 1010010 | 0 | 101110 | 11101001 | 1010110 | 11101 |
Color Harmonies of #0A1989
Complementary color
Monochromatic Colors of #0A1989
Black with #0A1989
Text Example
Text Example
White with #0A1989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1989; }
p { color: rgb(10,25,137); }
H1.HeaderClassName
{
color: #0A1989;
}
.AnyTagClassName
{
color: #0A1989;
}
</style>
background-color css
<style>
a { background-color: #0A1989; }
a { background-color: rgb(10,25,137); }
div.DivClassName
{
background-color: #0A1989;
}
.BgClassName
{
background-color: #0A1989;
}
</style>
border-color css
<style>
span { border-color: #0A1989; }
span { border-color: rgb(10,25,137); }
td.TdClassName
{
border-color: #0A1989;
}
.TagClassName
{
border-color: #0A1989;
}
</style>