Shades of Ultramarine #0E048B
Tints of Ultramarine #0E048B
RGB
CMYK
RGB Variations
Color information
#0E048B (or 0x0E048B) is known color: Ultramarine. HEX triplet: 0E, 04 and 8B. RGB value is (14,4,139). Sum of RGB (Red+Green+Blue) = 14+4+139=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E048B is #F1FB74. Grayscale: #151515. Windows color (decimal): -15858549 or 9110542. OLE color: 9110542.
HSL color Cylindrical-coordinate representation of color #0E048B: hue angle of 244.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E048B is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 4 | 139 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.45 |
| HSL | 244.44º | 0.94% | 0.28% | - |
| HSV(B) | 244.44º | 0.97% | 0.55% | - |
| XYZ | 4.88 | 2.04 | 24.56 | - |
| YUV | 22.38 | 193.81 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 139 | 0.90 | 0.97 | 0 | 0.45 | 244.44 | 0.94 | 0.28 |
| Hex | E | 4 | 8B | 5A | 61 | 0 | 2D | F4 | 5E | 1C |
| Octal | 16 | 4 | 213 | 132 | 141 | 0 | 55 | 364 | 136 | 34 |
| Binary | 1110 | 100 | 10001011 | 1011010 | 1100001 | 0 | 101101 | 11110100 | 1011110 | 11100 |
Color Harmonies of #0E048B
Complementary color
Monochromatic Colors of #0E048B
Black with #0E048B
Text Example
Text Example
White with #0E048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E048B; }
p { color: rgb(14,4,139); }
H1.HeaderClassName
{
color: #0E048B;
}
.AnyTagClassName
{
color: #0E048B;
}
</style>
background-color css
<style>
a { background-color: #0E048B; }
a { background-color: rgb(14,4,139); }
div.DivClassName
{
background-color: #0E048B;
}
.BgClassName
{
background-color: #0E048B;
}
</style>
border-color css
<style>
span { border-color: #0E048B; }
span { border-color: rgb(14,4,139); }
td.TdClassName
{
border-color: #0E048B;
}
.TagClassName
{
border-color: #0E048B;
}
</style>