Shades of Ultramarine #141E99
Tints of Ultramarine #141E99
RGB
CMYK
RGB Variations
Color information
#141E99 (or 0x141E99) is known color: Ultramarine. HEX triplet: 14, 1E and 99. RGB value is (20,30,153). Sum of RGB (Red+Green+Blue) = 20+30+153=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #141E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E99 is #EBE166. Grayscale: #282828. Windows color (decimal): -15458663 or 10034708. OLE color: 10034708.
HSL color Cylindrical-coordinate representation of color #141E99: hue angle of 235.49º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141E99 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 30 | 153 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.4 |
| HSL | 235.49º | 0.77% | 0.34% | - |
| HSV(B) | 235.49º | 0.87% | 0.6% | - |
| XYZ | 6.5 | 3.38 | 30.45 | - |
| YUV | 41.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 153 | 0.87 | 0.80 | 0 | 0.4 | 235.49 | 0.77 | 0.34 |
| Hex | 14 | 1E | 99 | 57 | 50 | 0 | 28 | EB | 4D | 22 |
| Octal | 24 | 36 | 231 | 127 | 120 | 0 | 50 | 353 | 115 | 42 |
| Binary | 10100 | 11110 | 10011001 | 1010111 | 1010000 | 0 | 101000 | 11101011 | 1001101 | 100010 |
Color Harmonies of #141E99
Complementary color
Monochromatic Colors of #141E99
Black with #141E99
Text Example
Text Example
White with #141E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E99; }
p { color: rgb(20,30,153); }
H1.HeaderClassName
{
color: #141E99;
}
.AnyTagClassName
{
color: #141E99;
}
</style>
background-color css
<style>
a { background-color: #141E99; }
a { background-color: rgb(20,30,153); }
div.DivClassName
{
background-color: #141E99;
}
.BgClassName
{
background-color: #141E99;
}
</style>
border-color css
<style>
span { border-color: #141E99; }
span { border-color: rgb(20,30,153); }
td.TdClassName
{
border-color: #141E99;
}
.TagClassName
{
border-color: #141E99;
}
</style>