Shades of Ultramarine #0E0291
Tints of Ultramarine #0E0291
RGB
CMYK
RGB Variations
Color information
#0E0291 (or 0x0E0291) is known color: Ultramarine. HEX triplet: 0E, 02 and 91. RGB value is (14,2,145). Sum of RGB (Red+Green+Blue) = 14+2+145=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 145 (57.03% from 255 or 90.06% from 161); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E0291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0291 is #F1FD6E. Grayscale: #151515. Windows color (decimal): -15859055 or 9503246. OLE color: 9503246.
HSL color Cylindrical-coordinate representation of color #0E0291: hue angle of 245.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0291 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 2 | 145 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.43 |
| HSL | 245.04º | 0.97% | 0.29% | - |
| HSV(B) | 245.04º | 0.99% | 0.57% | - |
| XYZ | 5.31 | 2.18 | 26.93 | - |
| YUV | 21.89 | 197.48 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 145 | 0.90 | 0.99 | 0 | 0.43 | 245.04 | 0.97 | 0.29 |
| Hex | E | 2 | 91 | 5A | 63 | 0 | 2B | F5 | 61 | 1D |
| Octal | 16 | 2 | 221 | 132 | 143 | 0 | 53 | 365 | 141 | 35 |
| Binary | 1110 | 10 | 10010001 | 1011010 | 1100011 | 0 | 101011 | 11110101 | 1100001 | 11101 |
Color Harmonies of #0E0291
Complementary color
Monochromatic Colors of #0E0291
Black with #0E0291
Text Example
Text Example
White with #0E0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0291; }
p { color: rgb(14,2,145); }
H1.HeaderClassName
{
color: #0E0291;
}
.AnyTagClassName
{
color: #0E0291;
}
</style>
background-color css
<style>
a { background-color: #0E0291; }
a { background-color: rgb(14,2,145); }
div.DivClassName
{
background-color: #0E0291;
}
.BgClassName
{
background-color: #0E0291;
}
</style>
border-color css
<style>
span { border-color: #0E0291; }
span { border-color: rgb(14,2,145); }
td.TdClassName
{
border-color: #0E0291;
}
.TagClassName
{
border-color: #0E0291;
}
</style>