Shades of Ultramarine #0E179B
Tints of Ultramarine #0E179B
RGB
CMYK
RGB Variations
Color information
#0E179B (or 0x0E179B) is known color: Ultramarine. HEX triplet: 0E, 17 and 9B. RGB value is (14,23,155). Sum of RGB (Red+Green+Blue) = 14+23+155=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E179B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E179B is #F1E864. Grayscale: #222222. Windows color (decimal): -15853669 or 10163982. OLE color: 10163982.
HSL color Cylindrical-coordinate representation of color #0E179B: hue angle of 236.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E179B is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 23 | 155 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.39 |
| HSL | 236.17º | 0.83% | 0.33% | - |
| HSV(B) | 236.17º | 0.91% | 0.61% | - |
| XYZ | 6.4 | 3.07 | 31.27 | - |
| YUV | 35.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 155 | 0.91 | 0.85 | 0 | 0.39 | 236.17 | 0.83 | 0.33 |
| Hex | E | 17 | 9B | 5B | 55 | 0 | 27 | EC | 53 | 21 |
| Octal | 16 | 27 | 233 | 133 | 125 | 0 | 47 | 354 | 123 | 41 |
| Binary | 1110 | 10111 | 10011011 | 1011011 | 1010101 | 0 | 100111 | 11101100 | 1010011 | 100001 |
Color Harmonies of #0E179B
Complementary color
Monochromatic Colors of #0E179B
Black with #0E179B
Text Example
Text Example
White with #0E179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E179B; }
p { color: rgb(14,23,155); }
H1.HeaderClassName
{
color: #0E179B;
}
.AnyTagClassName
{
color: #0E179B;
}
</style>
background-color css
<style>
a { background-color: #0E179B; }
a { background-color: rgb(14,23,155); }
div.DivClassName
{
background-color: #0E179B;
}
.BgClassName
{
background-color: #0E179B;
}
</style>
border-color css
<style>
span { border-color: #0E179B; }
span { border-color: rgb(14,23,155); }
td.TdClassName
{
border-color: #0E179B;
}
.TagClassName
{
border-color: #0E179B;
}
</style>