Shades of Ultramarine #0E038F
Tints of Ultramarine #0E038F
RGB
CMYK
RGB Variations
Color information
#0E038F (or 0x0E038F) is known color: Ultramarine. HEX triplet: 0E, 03 and 8F. RGB value is (14,3,143). Sum of RGB (Red+Green+Blue) = 14+3+143=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #0E038F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E038F is #F1FC70. Grayscale: #151515. Windows color (decimal): -15858801 or 9372430. OLE color: 9372430.
HSL color Cylindrical-coordinate representation of color #0E038F: hue angle of 244.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E038F is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 3 | 143 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.44 |
| HSL | 244.71º | 0.96% | 0.29% | - |
| HSV(B) | 244.71º | 0.98% | 0.56% | - |
| XYZ | 5.17 | 2.14 | 26.13 | - |
| YUV | 22.25 | 196.14 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 143 | 0.90 | 0.98 | 0 | 0.44 | 244.71 | 0.96 | 0.29 |
| Hex | E | 3 | 8F | 5A | 62 | 0 | 2C | F5 | 60 | 1D |
| Octal | 16 | 3 | 217 | 132 | 142 | 0 | 54 | 365 | 140 | 35 |
| Binary | 1110 | 11 | 10001111 | 1011010 | 1100010 | 0 | 101100 | 11110101 | 1100000 | 11101 |
Color Harmonies of #0E038F
Complementary color
Monochromatic Colors of #0E038F
Black with #0E038F
Text Example
Text Example
White with #0E038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E038F; }
p { color: rgb(14,3,143); }
H1.HeaderClassName
{
color: #0E038F;
}
.AnyTagClassName
{
color: #0E038F;
}
</style>
background-color css
<style>
a { background-color: #0E038F; }
a { background-color: rgb(14,3,143); }
div.DivClassName
{
background-color: #0E038F;
}
.BgClassName
{
background-color: #0E038F;
}
</style>
border-color css
<style>
span { border-color: #0E038F; }
span { border-color: rgb(14,3,143); }
td.TdClassName
{
border-color: #0E038F;
}
.TagClassName
{
border-color: #0E038F;
}
</style>