Shades of Ultramarine #0E028C
Tints of Ultramarine #0E028C
RGB
CMYK
RGB Variations
Color information
#0E028C (or 0x0E028C) is known color: Ultramarine. HEX triplet: 0E, 02 and 8C. RGB value is (14,2,140). Sum of RGB (Red+Green+Blue) = 14+2+140=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E028C is #F1FD73. Grayscale: #141414. Windows color (decimal): -15859060 or 9175566. OLE color: 9175566.
HSL color Cylindrical-coordinate representation of color #0E028C: hue angle of 245.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E028C is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 2 | 140 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.45 |
| HSL | 245.22º | 0.97% | 0.28% | - |
| HSV(B) | 245.22º | 0.99% | 0.55% | - |
| XYZ | 4.94 | 2.03 | 24.94 | - |
| YUV | 21.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 140 | 0.90 | 0.99 | 0 | 0.45 | 245.22 | 0.97 | 0.28 |
| Hex | E | 2 | 8C | 5A | 63 | 0 | 2D | F5 | 61 | 1C |
| Octal | 16 | 2 | 214 | 132 | 143 | 0 | 55 | 365 | 141 | 34 |
| Binary | 1110 | 10 | 10001100 | 1011010 | 1100011 | 0 | 101101 | 11110101 | 1100001 | 11100 |
Color Harmonies of #0E028C
Complementary color
Monochromatic Colors of #0E028C
Black with #0E028C
Text Example
Text Example
White with #0E028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E028C; }
p { color: rgb(14,2,140); }
H1.HeaderClassName
{
color: #0E028C;
}
.AnyTagClassName
{
color: #0E028C;
}
</style>
background-color css
<style>
a { background-color: #0E028C; }
a { background-color: rgb(14,2,140); }
div.DivClassName
{
background-color: #0E028C;
}
.BgClassName
{
background-color: #0E028C;
}
</style>
border-color css
<style>
span { border-color: #0E028C; }
span { border-color: rgb(14,2,140); }
td.TdClassName
{
border-color: #0E028C;
}
.TagClassName
{
border-color: #0E028C;
}
</style>