Shades of Ultramarine #0E0E83
Tints of Ultramarine #0E0E83
RGB
CMYK
RGB Variations
Color information
#0E0E83 (or 0x0E0E83) is known color: Ultramarine. HEX triplet: 0E, 0E and 83. RGB value is (14,14,131). Sum of RGB (Red+Green+Blue) = 14+14+131=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E0E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0E83 is #F1F17C. Grayscale: #1A1A1A. Windows color (decimal): -15855997 or 8588814. OLE color: 8588814.
HSL color Cylindrical-coordinate representation of color #0E0E83: hue angle of 240º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0E83 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 14 | 131 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.49 |
| HSL | 240º | 0.81% | 0.28% | - |
| HSV(B) | 240º | 0.89% | 0.51% | - |
| XYZ | 4.43 | 2.05 | 21.63 | - |
| YUV | 27.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 131 | 0.89 | 0.89 | 0 | 0.49 | 240 | 0.81 | 0.28 |
| Hex | E | E | 83 | 59 | 59 | 0 | 31 | F0 | 51 | 1C |
| Octal | 16 | 16 | 203 | 131 | 131 | 0 | 61 | 360 | 121 | 34 |
| Binary | 1110 | 1110 | 10000011 | 1011001 | 1011001 | 0 | 110001 | 11110000 | 1010001 | 11100 |
Color Harmonies of #0E0E83
Complementary color
Monochromatic Colors of #0E0E83
Black with #0E0E83
Text Example
Text Example
White with #0E0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0E83; }
p { color: rgb(14,14,131); }
H1.HeaderClassName
{
color: #0E0E83;
}
.AnyTagClassName
{
color: #0E0E83;
}
</style>
background-color css
<style>
a { background-color: #0E0E83; }
a { background-color: rgb(14,14,131); }
div.DivClassName
{
background-color: #0E0E83;
}
.BgClassName
{
background-color: #0E0E83;
}
</style>
border-color css
<style>
span { border-color: #0E0E83; }
span { border-color: rgb(14,14,131); }
td.TdClassName
{
border-color: #0E0E83;
}
.TagClassName
{
border-color: #0E0E83;
}
</style>