Shades of Ultramarine #0A0E8A
Tints of Ultramarine #0A0E8A
RGB
CMYK
RGB Variations
Color information
#0A0E8A (or 0x0A0E8A) is known color: Ultramarine. HEX triplet: 0A, 0E and 8A. RGB value is (10,14,138). Sum of RGB (Red+Green+Blue) = 10+14+138=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A0E8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0E8A is #F5F175. Grayscale: #1A1A1A. Windows color (decimal): -16118134 or 9047562. OLE color: 9047562.
HSL color Cylindrical-coordinate representation of color #0A0E8A: hue angle of 238.12º 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 #0A0E8A is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 14 | 138 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.46 |
| HSL | 238.13º | 0.86% | 0.29% | - |
| HSV(B) | 238.13º | 0.93% | 0.54% | - |
| XYZ | 4.87 | 2.21 | 24.22 | - |
| YUV | 26.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 138 | 0.93 | 0.90 | 0 | 0.46 | 238.13 | 0.86 | 0.29 |
| Hex | A | E | 8A | 5D | 5A | 0 | 2E | EE | 56 | 1D |
| Octal | 12 | 16 | 212 | 135 | 132 | 0 | 56 | 356 | 126 | 35 |
| Binary | 1010 | 1110 | 10001010 | 1011101 | 1011010 | 0 | 101110 | 11101110 | 1010110 | 11101 |
Color Harmonies of #0A0E8A
Complementary color
Monochromatic Colors of #0A0E8A
Black with #0A0E8A
Text Example
Text Example
White with #0A0E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E8A; }
p { color: rgb(10,14,138); }
H1.HeaderClassName
{
color: #0A0E8A;
}
.AnyTagClassName
{
color: #0A0E8A;
}
</style>
background-color css
<style>
a { background-color: #0A0E8A; }
a { background-color: rgb(10,14,138); }
div.DivClassName
{
background-color: #0A0E8A;
}
.BgClassName
{
background-color: #0A0E8A;
}
</style>
border-color css
<style>
span { border-color: #0A0E8A; }
span { border-color: rgb(10,14,138); }
td.TdClassName
{
border-color: #0A0E8A;
}
.TagClassName
{
border-color: #0A0E8A;
}
</style>