Shades of Ultramarine #0E058B
Tints of Ultramarine #0E058B
RGB
CMYK
RGB Variations
Color information
#0E058B (or 0x0E058B) is known color: Ultramarine. HEX triplet: 0E, 05 and 8B. RGB value is (14,5,139). Sum of RGB (Red+Green+Blue) = 14+5+139=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E058B is #F1FA74. Grayscale: #161616. Windows color (decimal): -15858293 or 9110798. OLE color: 9110798.
HSL color Cylindrical-coordinate representation of color #0E058B: hue angle of 244.03º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E058B is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 5 | 139 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.45 |
| HSL | 244.03º | 0.93% | 0.28% | - |
| HSV(B) | 244.03º | 0.96% | 0.55% | - |
| XYZ | 4.9 | 2.07 | 24.57 | - |
| YUV | 22.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 139 | 0.90 | 0.96 | 0 | 0.45 | 244.03 | 0.93 | 0.28 |
| Hex | E | 5 | 8B | 5A | 60 | 0 | 2D | F4 | 5D | 1C |
| Octal | 16 | 5 | 213 | 132 | 140 | 0 | 55 | 364 | 135 | 34 |
| Binary | 1110 | 101 | 10001011 | 1011010 | 1100000 | 0 | 101101 | 11110100 | 1011101 | 11100 |
Color Harmonies of #0E058B
Complementary color
Monochromatic Colors of #0E058B
Black with #0E058B
Text Example
Text Example
White with #0E058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E058B; }
p { color: rgb(14,5,139); }
H1.HeaderClassName
{
color: #0E058B;
}
.AnyTagClassName
{
color: #0E058B;
}
</style>
background-color css
<style>
a { background-color: #0E058B; }
a { background-color: rgb(14,5,139); }
div.DivClassName
{
background-color: #0E058B;
}
.BgClassName
{
background-color: #0E058B;
}
</style>
border-color css
<style>
span { border-color: #0E058B; }
span { border-color: rgb(14,5,139); }
td.TdClassName
{
border-color: #0E058B;
}
.TagClassName
{
border-color: #0E058B;
}
</style>