Shades of Ultramarine #0E0A9F
Tints of Ultramarine #0E0A9F
RGB
CMYK
RGB Variations
Color information
#0E0A9F (or 0x0E0A9F) is known color: Ultramarine. HEX triplet: 0E, 0A and 9F. RGB value is (14,10,159). Sum of RGB (Red+Green+Blue) = 14+10+159=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E0A9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0A9F is #F1F560. Grayscale: #1B1B1B. Windows color (decimal): -15856993 or 10422798. OLE color: 10422798.
HSL color Cylindrical-coordinate representation of color #0E0A9F: hue angle of 241.61º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0A9F is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 10 | 159 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.38 |
| HSL | 241.61º | 0.88% | 0.33% | - |
| HSV(B) | 241.61º | 0.94% | 0.62% | - |
| XYZ | 6.55 | 2.81 | 33 | - |
| YUV | 28.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 159 | 0.91 | 0.94 | 0 | 0.38 | 241.61 | 0.88 | 0.33 |
| Hex | E | A | 9F | 5B | 5E | 0 | 26 | F2 | 58 | 21 |
| Octal | 16 | 12 | 237 | 133 | 136 | 0 | 46 | 362 | 130 | 41 |
| Binary | 1110 | 1010 | 10011111 | 1011011 | 1011110 | 0 | 100110 | 11110010 | 1011000 | 100001 |
Color Harmonies of #0E0A9F
Complementary color
Monochromatic Colors of #0E0A9F
Black with #0E0A9F
Text Example
Text Example
White with #0E0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A9F; }
p { color: rgb(14,10,159); }
H1.HeaderClassName
{
color: #0E0A9F;
}
.AnyTagClassName
{
color: #0E0A9F;
}
</style>
background-color css
<style>
a { background-color: #0E0A9F; }
a { background-color: rgb(14,10,159); }
div.DivClassName
{
background-color: #0E0A9F;
}
.BgClassName
{
background-color: #0E0A9F;
}
</style>
border-color css
<style>
span { border-color: #0E0A9F; }
span { border-color: rgb(14,10,159); }
td.TdClassName
{
border-color: #0E0A9F;
}
.TagClassName
{
border-color: #0E0A9F;
}
</style>