Shades of Ultramarine #0E0B9E
Tints of Ultramarine #0E0B9E
RGB
CMYK
RGB Variations
Color information
#0E0B9E (or 0x0E0B9E) is known color: Ultramarine. HEX triplet: 0E, 0B and 9E. RGB value is (14,11,158). Sum of RGB (Red+Green+Blue) = 14+11+158=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E0B9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0B9E is #F1F461. Grayscale: #1C1C1C. Windows color (decimal): -15856738 or 10357518. OLE color: 10357518.
HSL color Cylindrical-coordinate representation of color #0E0B9E: hue angle of 241.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0B9E is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 11 | 158 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.38 |
| HSL | 241.22º | 0.87% | 0.33% | - |
| HSV(B) | 241.22º | 0.93% | 0.62% | - |
| XYZ | 6.47 | 2.8 | 32.55 | - |
| YUV | 28.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 158 | 0.91 | 0.93 | 0 | 0.38 | 241.22 | 0.87 | 0.33 |
| Hex | E | B | 9E | 5B | 5D | 0 | 26 | F1 | 57 | 21 |
| Octal | 16 | 13 | 236 | 133 | 135 | 0 | 46 | 361 | 127 | 41 |
| Binary | 1110 | 1011 | 10011110 | 1011011 | 1011101 | 0 | 100110 | 11110001 | 1010111 | 100001 |
Color Harmonies of #0E0B9E
Complementary color
Monochromatic Colors of #0E0B9E
Black with #0E0B9E
Text Example
Text Example
White with #0E0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B9E; }
p { color: rgb(14,11,158); }
H1.HeaderClassName
{
color: #0E0B9E;
}
.AnyTagClassName
{
color: #0E0B9E;
}
</style>
background-color css
<style>
a { background-color: #0E0B9E; }
a { background-color: rgb(14,11,158); }
div.DivClassName
{
background-color: #0E0B9E;
}
.BgClassName
{
background-color: #0E0B9E;
}
</style>
border-color css
<style>
span { border-color: #0E0B9E; }
span { border-color: rgb(14,11,158); }
td.TdClassName
{
border-color: #0E0B9E;
}
.TagClassName
{
border-color: #0E0B9E;
}
</style>