Shades of Ultramarine #0E1985
Tints of Ultramarine #0E1985
RGB
CMYK
RGB Variations
Color information
#0E1985 (or 0x0E1985) is known color: Ultramarine. HEX triplet: 0E, 19 and 85. RGB value is (14,25,133). Sum of RGB (Red+Green+Blue) = 14+25+133=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E1985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1985 is #F1E67A. Grayscale: #212121. Windows color (decimal): -15853179 or 8722702. OLE color: 8722702.
HSL color Cylindrical-coordinate representation of color #0E1985: hue angle of 234.45º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1985 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 25 | 133 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.48 |
| HSL | 234.45º | 0.81% | 0.29% | - |
| HSV(B) | 234.45º | 0.89% | 0.52% | - |
| XYZ | 4.76 | 2.48 | 22.42 | - |
| YUV | 34.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 133 | 0.89 | 0.81 | 0 | 0.48 | 234.45 | 0.81 | 0.29 |
| Hex | E | 19 | 85 | 59 | 51 | 0 | 30 | EA | 51 | 1D |
| Octal | 16 | 31 | 205 | 131 | 121 | 0 | 60 | 352 | 121 | 35 |
| Binary | 1110 | 11001 | 10000101 | 1011001 | 1010001 | 0 | 110000 | 11101010 | 1010001 | 11101 |
Color Harmonies of #0E1985
Complementary color
Monochromatic Colors of #0E1985
Black with #0E1985
Text Example
Text Example
White with #0E1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1985; }
p { color: rgb(14,25,133); }
H1.HeaderClassName
{
color: #0E1985;
}
.AnyTagClassName
{
color: #0E1985;
}
</style>
background-color css
<style>
a { background-color: #0E1985; }
a { background-color: rgb(14,25,133); }
div.DivClassName
{
background-color: #0E1985;
}
.BgClassName
{
background-color: #0E1985;
}
</style>
border-color css
<style>
span { border-color: #0E1985; }
span { border-color: rgb(14,25,133); }
td.TdClassName
{
border-color: #0E1985;
}
.TagClassName
{
border-color: #0E1985;
}
</style>