Shades of Ultramarine #0E0482
Tints of Ultramarine #0E0482
RGB
CMYK
RGB Variations
Color information
#0E0482 (or 0x0E0482) is known color: Ultramarine. HEX triplet: 0E, 04 and 82. RGB value is (14,4,130). Sum of RGB (Red+Green+Blue) = 14+4+130=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E0482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0482 is #F1FB7D. Grayscale: #141414. Windows color (decimal): -15858558 or 8520718. OLE color: 8520718.
HSL color Cylindrical-coordinate representation of color #0E0482: hue angle of 244.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0482 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 4 | 130 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.49 |
| HSL | 244.76º | 0.94% | 0.26% | - |
| HSV(B) | 244.76º | 0.97% | 0.51% | - |
| XYZ | 4.25 | 1.79 | 21.24 | - |
| YUV | 21.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 130 | 0.89 | 0.97 | 0 | 0.49 | 244.76 | 0.94 | 0.26 |
| Hex | E | 4 | 82 | 59 | 61 | 0 | 31 | F5 | 5E | 1A |
| Octal | 16 | 4 | 202 | 131 | 141 | 0 | 61 | 365 | 136 | 32 |
| Binary | 1110 | 100 | 10000010 | 1011001 | 1100001 | 0 | 110001 | 11110101 | 1011110 | 11010 |
Color Harmonies of #0E0482
Complementary color
Monochromatic Colors of #0E0482
Black with #0E0482
Text Example
Text Example
White with #0E0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0482; }
p { color: rgb(14,4,130); }
H1.HeaderClassName
{
color: #0E0482;
}
.AnyTagClassName
{
color: #0E0482;
}
</style>
background-color css
<style>
a { background-color: #0E0482; }
a { background-color: rgb(14,4,130); }
div.DivClassName
{
background-color: #0E0482;
}
.BgClassName
{
background-color: #0E0482;
}
</style>
border-color css
<style>
span { border-color: #0E0482; }
span { border-color: rgb(14,4,130); }
td.TdClassName
{
border-color: #0E0482;
}
.TagClassName
{
border-color: #0E0482;
}
</style>