Shades of Ultramarine #0E0992
Tints of Ultramarine #0E0992
RGB
CMYK
RGB Variations
Color information
#0E0992 (or 0x0E0992) is known color: Ultramarine. HEX triplet: 0E, 09 and 92. RGB value is (14,9,146). Sum of RGB (Red+Green+Blue) = 14+9+146=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E0992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0992 is #F1F66D. Grayscale: #191919. Windows color (decimal): -15857262 or 9570574. OLE color: 9570574.
HSL color Cylindrical-coordinate representation of color #0E0992: hue angle of 242.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0992 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 9 | 146 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.43 |
| HSL | 242.19º | 0.88% | 0.3% | - |
| HSV(B) | 242.19º | 0.94% | 0.57% | - |
| XYZ | 5.47 | 2.36 | 27.36 | - |
| YUV | 26.11 | 195.66 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 146 | 0.90 | 0.94 | 0 | 0.43 | 242.19 | 0.88 | 0.3 |
| Hex | E | 9 | 92 | 5A | 5E | 0 | 2B | F2 | 58 | 1E |
| Octal | 16 | 11 | 222 | 132 | 136 | 0 | 53 | 362 | 130 | 36 |
| Binary | 1110 | 1001 | 10010010 | 1011010 | 1011110 | 0 | 101011 | 11110010 | 1011000 | 11110 |
Color Harmonies of #0E0992
Complementary color
Monochromatic Colors of #0E0992
Black with #0E0992
Text Example
Text Example
White with #0E0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0992; }
p { color: rgb(14,9,146); }
H1.HeaderClassName
{
color: #0E0992;
}
.AnyTagClassName
{
color: #0E0992;
}
</style>
background-color css
<style>
a { background-color: #0E0992; }
a { background-color: rgb(14,9,146); }
div.DivClassName
{
background-color: #0E0992;
}
.BgClassName
{
background-color: #0E0992;
}
</style>
border-color css
<style>
span { border-color: #0E0992; }
span { border-color: rgb(14,9,146); }
td.TdClassName
{
border-color: #0E0992;
}
.TagClassName
{
border-color: #0E0992;
}
</style>