Shades of Ultramarine #0E008D
Tints of Ultramarine #0E008D
RGB
CMYK
RGB Variations
Color information
#0E008D (or 0x0E008D) is known color: Ultramarine. HEX triplet: 0E, 00 and 8D. RGB value is (14,0,141). Sum of RGB (Red+Green+Blue) = 14+0+141=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E008D is #F1FF72. Grayscale: #131313. Windows color (decimal): -15859571 or 9240590. OLE color: 9240590.
HSL color Cylindrical-coordinate representation of color #0E008D: hue angle of 245.96º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E008D is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 0 | 141 | - |
| CMYK | 0.90 | 1 | 0 | 0.45 |
| HSL | 245.96º | 1% | 0.28% | - |
| HSV(B) | 245.96º | 1% | 0.55% | - |
| XYZ | 4.99 | 2.02 | 25.33 | - |
| YUV | 20.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 141 | 0.90 | 1 | 0 | 0.45 | 245.96 | 1 | 0.28 |
| Hex | E | 0 | 8D | 5A | 64 | 0 | 2D | F6 | 64 | 1C |
| Octal | 16 | 0 | 215 | 132 | 144 | 0 | 55 | 366 | 144 | 34 |
| Binary | 1110 | 0 | 10001101 | 1011010 | 1100100 | 0 | 101101 | 11110110 | 1100100 | 11100 |
Color Harmonies of #0E008D
Complementary color
Monochromatic Colors of #0E008D
Black with #0E008D
Text Example
Text Example
White with #0E008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E008D; }
p { color: rgb(14,0,141); }
H1.HeaderClassName
{
color: #0E008D;
}
.AnyTagClassName
{
color: #0E008D;
}
</style>
background-color css
<style>
a { background-color: #0E008D; }
a { background-color: rgb(14,0,141); }
div.DivClassName
{
background-color: #0E008D;
}
.BgClassName
{
background-color: #0E008D;
}
</style>
border-color css
<style>
span { border-color: #0E008D; }
span { border-color: rgb(14,0,141); }
td.TdClassName
{
border-color: #0E008D;
}
.TagClassName
{
border-color: #0E008D;
}
</style>