Shades of Ultramarine #0A108D
Tints of Ultramarine #0A108D
RGB
CMYK
RGB Variations
Color information
#0A108D (or 0x0A108D) is known color: Ultramarine. HEX triplet: 0A, 10 and 8D. RGB value is (10,16,141). Sum of RGB (Red+Green+Blue) = 10+16+141=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A108D is #F5EF72. Grayscale: #1B1B1B. Windows color (decimal): -16117619 or 9244682. OLE color: 9244682.
HSL color Cylindrical-coordinate representation of color #0A108D: hue angle of 237.25º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A108D is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 16 | 141 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.45 |
| HSL | 237.25º | 0.87% | 0.3% | - |
| HSV(B) | 237.25º | 0.93% | 0.55% | - |
| XYZ | 5.12 | 2.36 | 25.38 | - |
| YUV | 28.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 141 | 0.93 | 0.89 | 0 | 0.45 | 237.25 | 0.87 | 0.3 |
| Hex | A | 10 | 8D | 5D | 59 | 0 | 2D | ED | 57 | 1E |
| Octal | 12 | 20 | 215 | 135 | 131 | 0 | 55 | 355 | 127 | 36 |
| Binary | 1010 | 10000 | 10001101 | 1011101 | 1011001 | 0 | 101101 | 11101101 | 1010111 | 11110 |
Color Harmonies of #0A108D
Complementary color
Monochromatic Colors of #0A108D
Black with #0A108D
Text Example
Text Example
White with #0A108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A108D; }
p { color: rgb(10,16,141); }
H1.HeaderClassName
{
color: #0A108D;
}
.AnyTagClassName
{
color: #0A108D;
}
</style>
background-color css
<style>
a { background-color: #0A108D; }
a { background-color: rgb(10,16,141); }
div.DivClassName
{
background-color: #0A108D;
}
.BgClassName
{
background-color: #0A108D;
}
</style>
border-color css
<style>
span { border-color: #0A108D; }
span { border-color: rgb(10,16,141); }
td.TdClassName
{
border-color: #0A108D;
}
.TagClassName
{
border-color: #0A108D;
}
</style>