Shades of Ultramarine #0E018E
Tints of Ultramarine #0E018E
RGB
CMYK
RGB Variations
Color information
#0E018E (or 0x0E018E) is known color: Ultramarine. HEX triplet: 0E, 01 and 8E. RGB value is (14,1,142). Sum of RGB (Red+Green+Blue) = 14+1+142=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 142 (55.86% from 255 or 90.45% from 157); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E018E is #F1FE71. Grayscale: #141414. Windows color (decimal): -15859314 or 9306382. OLE color: 9306382.
HSL color Cylindrical-coordinate representation of color #0E018E: hue angle of 245.53º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E018E is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 1 | 142 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.44 |
| HSL | 245.53º | 0.99% | 0.28% | - |
| HSV(B) | 245.53º | 0.99% | 0.56% | - |
| XYZ | 5.07 | 2.07 | 25.72 | - |
| YUV | 20.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 142 | 0.90 | 0.99 | 0 | 0.44 | 245.53 | 0.99 | 0.28 |
| Hex | E | 1 | 8E | 5A | 63 | 0 | 2C | F6 | 63 | 1C |
| Octal | 16 | 1 | 216 | 132 | 143 | 0 | 54 | 366 | 143 | 34 |
| Binary | 1110 | 1 | 10001110 | 1011010 | 1100011 | 0 | 101100 | 11110110 | 1100011 | 11100 |
Color Harmonies of #0E018E
Complementary color
Monochromatic Colors of #0E018E
Black with #0E018E
Text Example
Text Example
White with #0E018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E018E; }
p { color: rgb(14,1,142); }
H1.HeaderClassName
{
color: #0E018E;
}
.AnyTagClassName
{
color: #0E018E;
}
</style>
background-color css
<style>
a { background-color: #0E018E; }
a { background-color: rgb(14,1,142); }
div.DivClassName
{
background-color: #0E018E;
}
.BgClassName
{
background-color: #0E018E;
}
</style>
border-color css
<style>
span { border-color: #0E018E; }
span { border-color: rgb(14,1,142); }
td.TdClassName
{
border-color: #0E018E;
}
.TagClassName
{
border-color: #0E018E;
}
</style>