Shades of Ultramarine #0E1298
Tints of Ultramarine #0E1298
RGB
CMYK
RGB Variations
Color information
#0E1298 (or 0x0E1298) is known color: Ultramarine. HEX triplet: 0E, 12 and 98. RGB value is (14,18,152). Sum of RGB (Red+Green+Blue) = 14+18+152=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 152 (59.77% from 255 or 82.61% from 184); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E1298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1298 is #F1ED67. Grayscale: #1F1F1F. Windows color (decimal): -15854952 or 9966094. OLE color: 9966094.
HSL color Cylindrical-coordinate representation of color #0E1298: hue angle of 238.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1298 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 18 | 152 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.40 |
| HSL | 238.26º | 0.83% | 0.33% | - |
| HSV(B) | 238.26º | 0.91% | 0.6% | - |
| XYZ | 6.06 | 2.79 | 29.93 | - |
| YUV | 32.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 152 | 0.91 | 0.88 | 0 | 0.40 | 238.26 | 0.83 | 0.33 |
| Hex | E | 12 | 98 | 5B | 58 | 0 | 28 | EE | 53 | 21 |
| Octal | 16 | 22 | 230 | 133 | 130 | 0 | 50 | 356 | 123 | 41 |
| Binary | 1110 | 10010 | 10011000 | 1011011 | 1011000 | 0 | 101000 | 11101110 | 1010011 | 100001 |
Color Harmonies of #0E1298
Complementary color
Monochromatic Colors of #0E1298
Black with #0E1298
Text Example
Text Example
White with #0E1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1298; }
p { color: rgb(14,18,152); }
H1.HeaderClassName
{
color: #0E1298;
}
.AnyTagClassName
{
color: #0E1298;
}
</style>
background-color css
<style>
a { background-color: #0E1298; }
a { background-color: rgb(14,18,152); }
div.DivClassName
{
background-color: #0E1298;
}
.BgClassName
{
background-color: #0E1298;
}
</style>
border-color css
<style>
span { border-color: #0E1298; }
span { border-color: rgb(14,18,152); }
td.TdClassName
{
border-color: #0E1298;
}
.TagClassName
{
border-color: #0E1298;
}
</style>