Shades of Ultramarine #0E1D91
Tints of Ultramarine #0E1D91
RGB
CMYK
RGB Variations
Color information
#0E1D91 (or 0x0E1D91) is known color: Ultramarine. HEX triplet: 0E, 1D and 91. RGB value is (14,29,145). Sum of RGB (Red+Green+Blue) = 14+29+145=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E1D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1D91 is #F1E26E. Grayscale: #252525. Windows color (decimal): -15852143 or 9510158. OLE color: 9510158.
HSL color Cylindrical-coordinate representation of color #0E1D91: hue angle of 233.13º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1D91 is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 29 | 145 | - |
| CMYK | 0.90 | 0.8 | 0 | 0.43 |
| HSL | 233.13º | 0.82% | 0.31% | - |
| HSV(B) | 233.13º | 0.9% | 0.57% | - |
| XYZ | 5.73 | 3.02 | 27.07 | - |
| YUV | 37.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 145 | 0.90 | 0.8 | 0 | 0.43 | 233.13 | 0.82 | 0.31 |
| Hex | E | 1D | 91 | 5A | 50 | 0 | 2B | E9 | 52 | 1F |
| Octal | 16 | 35 | 221 | 132 | 120 | 0 | 53 | 351 | 122 | 37 |
| Binary | 1110 | 11101 | 10010001 | 1011010 | 1010000 | 0 | 101011 | 11101001 | 1010010 | 11111 |
Color Harmonies of #0E1D91
Complementary color
Monochromatic Colors of #0E1D91
Black with #0E1D91
Text Example
Text Example
White with #0E1D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D91; }
p { color: rgb(14,29,145); }
H1.HeaderClassName
{
color: #0E1D91;
}
.AnyTagClassName
{
color: #0E1D91;
}
</style>
background-color css
<style>
a { background-color: #0E1D91; }
a { background-color: rgb(14,29,145); }
div.DivClassName
{
background-color: #0E1D91;
}
.BgClassName
{
background-color: #0E1D91;
}
</style>
border-color css
<style>
span { border-color: #0E1D91; }
span { border-color: rgb(14,29,145); }
td.TdClassName
{
border-color: #0E1D91;
}
.TagClassName
{
border-color: #0E1D91;
}
</style>