Shades of Ultramarine #0E2093
Tints of Ultramarine #0E2093
RGB
CMYK
RGB Variations
Color information
#0E2093 (or 0x0E2093) is known color: Ultramarine. HEX triplet: 0E, 20 and 93. RGB value is (14,32,147). Sum of RGB (Red+Green+Blue) = 14+32+147=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E2093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2093 is #F1DF6C. Grayscale: #272727. Windows color (decimal): -15851373 or 9641998. OLE color: 9641998.
HSL color Cylindrical-coordinate representation of color #0E2093: hue angle of 231.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2093 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 32 | 147 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.42 |
| HSL | 231.88º | 0.83% | 0.32% | - |
| HSV(B) | 231.88º | 0.9% | 0.58% | - |
| XYZ | 5.96 | 3.23 | 27.91 | - |
| YUV | 39.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 147 | 0.90 | 0.78 | 0 | 0.42 | 231.88 | 0.83 | 0.32 |
| Hex | E | 20 | 93 | 5A | 4E | 0 | 2A | E8 | 53 | 20 |
| Octal | 16 | 40 | 223 | 132 | 116 | 0 | 52 | 350 | 123 | 40 |
| Binary | 1110 | 100000 | 10010011 | 1011010 | 1001110 | 0 | 101010 | 11101000 | 1010011 | 100000 |
Color Harmonies of #0E2093
Complementary color
Monochromatic Colors of #0E2093
Black with #0E2093
Text Example
Text Example
White with #0E2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2093; }
p { color: rgb(14,32,147); }
H1.HeaderClassName
{
color: #0E2093;
}
.AnyTagClassName
{
color: #0E2093;
}
</style>
background-color css
<style>
a { background-color: #0E2093; }
a { background-color: rgb(14,32,147); }
div.DivClassName
{
background-color: #0E2093;
}
.BgClassName
{
background-color: #0E2093;
}
</style>
border-color css
<style>
span { border-color: #0E2093; }
span { border-color: rgb(14,32,147); }
td.TdClassName
{
border-color: #0E2093;
}
.TagClassName
{
border-color: #0E2093;
}
</style>