Shades of Ultramarine #0E088D
Tints of Ultramarine #0E088D
RGB
CMYK
RGB Variations
Color information
#0E088D (or 0x0E088D) is known color: Ultramarine. HEX triplet: 0E, 08 and 8D. RGB value is (14,8,141). Sum of RGB (Red+Green+Blue) = 14+8+141=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E088D is #F1F772. Grayscale: #181818. Windows color (decimal): -15857523 or 9242638. OLE color: 9242638.
HSL color Cylindrical-coordinate representation of color #0E088D: hue angle of 242.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E088D is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 8 | 141 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.45 |
| HSL | 242.71º | 0.89% | 0.29% | - |
| HSV(B) | 242.71º | 0.94% | 0.55% | - |
| XYZ | 5.08 | 2.19 | 25.35 | - |
| YUV | 24.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 141 | 0.90 | 0.94 | 0 | 0.45 | 242.71 | 0.89 | 0.29 |
| Hex | E | 8 | 8D | 5A | 5E | 0 | 2D | F3 | 59 | 1D |
| Octal | 16 | 10 | 215 | 132 | 136 | 0 | 55 | 363 | 131 | 35 |
| Binary | 1110 | 1000 | 10001101 | 1011010 | 1011110 | 0 | 101101 | 11110011 | 1011001 | 11101 |
Color Harmonies of #0E088D
Complementary color
Monochromatic Colors of #0E088D
Black with #0E088D
Text Example
Text Example
White with #0E088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E088D; }
p { color: rgb(14,8,141); }
H1.HeaderClassName
{
color: #0E088D;
}
.AnyTagClassName
{
color: #0E088D;
}
</style>
background-color css
<style>
a { background-color: #0E088D; }
a { background-color: rgb(14,8,141); }
div.DivClassName
{
background-color: #0E088D;
}
.BgClassName
{
background-color: #0E088D;
}
</style>
border-color css
<style>
span { border-color: #0E088D; }
span { border-color: rgb(14,8,141); }
td.TdClassName
{
border-color: #0E088D;
}
.TagClassName
{
border-color: #0E088D;
}
</style>