Shades of Ultramarine #0E0194
Tints of Ultramarine #0E0194
RGB
CMYK
RGB Variations
Color information
#0E0194 (or 0x0E0194) is known color: Ultramarine. HEX triplet: 0E, 01 and 94. RGB value is (14,1,148). Sum of RGB (Red+Green+Blue) = 14+1+148=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E0194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0194 is #F1FE6B. Grayscale: #151515. Windows color (decimal): -15859308 or 9699598. OLE color: 9699598.
HSL color Cylindrical-coordinate representation of color #0E0194: hue angle of 245.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0194 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 1 | 148 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.42 |
| HSL | 245.31º | 0.99% | 0.29% | - |
| HSV(B) | 245.31º | 0.99% | 0.58% | - |
| XYZ | 5.54 | 2.25 | 28.16 | - |
| YUV | 21.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 148 | 0.91 | 0.99 | 0 | 0.42 | 245.31 | 0.99 | 0.29 |
| Hex | E | 1 | 94 | 5B | 63 | 0 | 2A | F5 | 63 | 1D |
| Octal | 16 | 1 | 224 | 133 | 143 | 0 | 52 | 365 | 143 | 35 |
| Binary | 1110 | 1 | 10010100 | 1011011 | 1100011 | 0 | 101010 | 11110101 | 1100011 | 11101 |
Color Harmonies of #0E0194
Complementary color
Monochromatic Colors of #0E0194
Black with #0E0194
Text Example
Text Example
White with #0E0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0194; }
p { color: rgb(14,1,148); }
H1.HeaderClassName
{
color: #0E0194;
}
.AnyTagClassName
{
color: #0E0194;
}
</style>
background-color css
<style>
a { background-color: #0E0194; }
a { background-color: rgb(14,1,148); }
div.DivClassName
{
background-color: #0E0194;
}
.BgClassName
{
background-color: #0E0194;
}
</style>
border-color css
<style>
span { border-color: #0E0194; }
span { border-color: rgb(14,1,148); }
td.TdClassName
{
border-color: #0E0194;
}
.TagClassName
{
border-color: #0E0194;
}
</style>