Shades of Ultramarine #0E0382
Tints of Ultramarine #0E0382
RGB
CMYK
RGB Variations
Color information
#0E0382 (or 0x0E0382) is known color: Ultramarine. HEX triplet: 0E, 03 and 82. RGB value is (14,3,130). Sum of RGB (Red+Green+Blue) = 14+3+130=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 130 (51.17% from 255 or 88.44% from 147); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E0382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0382 is #F1FC7D. Grayscale: #141414. Windows color (decimal): -15858814 or 8520462. OLE color: 8520462.
HSL color Cylindrical-coordinate representation of color #0E0382: hue angle of 245.2º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0382 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 3 | 130 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.49 |
| HSL | 245.2º | 0.95% | 0.26% | - |
| HSV(B) | 245.2º | 0.98% | 0.51% | - |
| XYZ | 4.24 | 1.77 | 21.24 | - |
| YUV | 20.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 130 | 0.89 | 0.98 | 0 | 0.49 | 245.2 | 0.95 | 0.26 |
| Hex | E | 3 | 82 | 59 | 62 | 0 | 31 | F5 | 5F | 1A |
| Octal | 16 | 3 | 202 | 131 | 142 | 0 | 61 | 365 | 137 | 32 |
| Binary | 1110 | 11 | 10000010 | 1011001 | 1100010 | 0 | 110001 | 11110101 | 1011111 | 11010 |
Color Harmonies of #0E0382
Complementary color
Monochromatic Colors of #0E0382
Black with #0E0382
Text Example
Text Example
White with #0E0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0382; }
p { color: rgb(14,3,130); }
H1.HeaderClassName
{
color: #0E0382;
}
.AnyTagClassName
{
color: #0E0382;
}
</style>
background-color css
<style>
a { background-color: #0E0382; }
a { background-color: rgb(14,3,130); }
div.DivClassName
{
background-color: #0E0382;
}
.BgClassName
{
background-color: #0E0382;
}
</style>
border-color css
<style>
span { border-color: #0E0382; }
span { border-color: rgb(14,3,130); }
td.TdClassName
{
border-color: #0E0382;
}
.TagClassName
{
border-color: #0E0382;
}
</style>