Shades of Ultramarine #0E1397
Tints of Ultramarine #0E1397
RGB
CMYK
RGB Variations
Color information
#0E1397 (or 0x0E1397) is known color: Ultramarine. HEX triplet: 0E, 13 and 97. RGB value is (14,19,151). Sum of RGB (Red+Green+Blue) = 14+19+151=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E1397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1397 is #F1EC68. Grayscale: #202020. Windows color (decimal): -15854697 or 9900814. OLE color: 9900814.
HSL color Cylindrical-coordinate representation of color #0E1397: hue angle of 237.81º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1397 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 19 | 151 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.41 |
| HSL | 237.81º | 0.83% | 0.32% | - |
| HSV(B) | 237.81º | 0.91% | 0.59% | - |
| XYZ | 6 | 2.79 | 29.5 | - |
| YUV | 32.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 151 | 0.91 | 0.87 | 0 | 0.41 | 237.81 | 0.83 | 0.32 |
| Hex | E | 13 | 97 | 5B | 57 | 0 | 29 | EE | 53 | 20 |
| Octal | 16 | 23 | 227 | 133 | 127 | 0 | 51 | 356 | 123 | 40 |
| Binary | 1110 | 10011 | 10010111 | 1011011 | 1010111 | 0 | 101001 | 11101110 | 1010011 | 100000 |
Color Harmonies of #0E1397
Complementary color
Monochromatic Colors of #0E1397
Black with #0E1397
Text Example
Text Example
White with #0E1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1397; }
p { color: rgb(14,19,151); }
H1.HeaderClassName
{
color: #0E1397;
}
.AnyTagClassName
{
color: #0E1397;
}
</style>
background-color css
<style>
a { background-color: #0E1397; }
a { background-color: rgb(14,19,151); }
div.DivClassName
{
background-color: #0E1397;
}
.BgClassName
{
background-color: #0E1397;
}
</style>
border-color css
<style>
span { border-color: #0E1397; }
span { border-color: rgb(14,19,151); }
td.TdClassName
{
border-color: #0E1397;
}
.TagClassName
{
border-color: #0E1397;
}
</style>