Shades of Ultramarine #0E1283
Tints of Ultramarine #0E1283
RGB
CMYK
RGB Variations
Color information
#0E1283 (or 0x0E1283) is known color: Ultramarine. HEX triplet: 0E, 12 and 83. RGB value is (14,18,131). Sum of RGB (Red+Green+Blue) = 14+18+131=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E1283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1283 is #F1ED7C. Grayscale: #1D1D1D. Windows color (decimal): -15854973 or 8589838. OLE color: 8589838.
HSL color Cylindrical-coordinate representation of color #0E1283: hue angle of 237.95º 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 #0E1283 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 18 | 131 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.49 |
| HSL | 237.95º | 0.81% | 0.28% | - |
| HSV(B) | 237.95º | 0.89% | 0.51% | - |
| XYZ | 4.49 | 2.16 | 21.65 | - |
| YUV | 29.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 131 | 0.89 | 0.86 | 0 | 0.49 | 237.95 | 0.81 | 0.28 |
| Hex | E | 12 | 83 | 59 | 56 | 0 | 31 | EE | 51 | 1C |
| Octal | 16 | 22 | 203 | 131 | 126 | 0 | 61 | 356 | 121 | 34 |
| Binary | 1110 | 10010 | 10000011 | 1011001 | 1010110 | 0 | 110001 | 11101110 | 1010001 | 11100 |
Color Harmonies of #0E1283
Complementary color
Monochromatic Colors of #0E1283
Black with #0E1283
Text Example
Text Example
White with #0E1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1283; }
p { color: rgb(14,18,131); }
H1.HeaderClassName
{
color: #0E1283;
}
.AnyTagClassName
{
color: #0E1283;
}
</style>
background-color css
<style>
a { background-color: #0E1283; }
a { background-color: rgb(14,18,131); }
div.DivClassName
{
background-color: #0E1283;
}
.BgClassName
{
background-color: #0E1283;
}
</style>
border-color css
<style>
span { border-color: #0E1283; }
span { border-color: rgb(14,18,131); }
td.TdClassName
{
border-color: #0E1283;
}
.TagClassName
{
border-color: #0E1283;
}
</style>