Shades of Ultramarine #141E8E
Tints of Ultramarine #141E8E
RGB
CMYK
RGB Variations
Color information
#141E8E (or 0x141E8E) is known color: Ultramarine. HEX triplet: 14, 1E and 8E. RGB value is (20,30,142). Sum of RGB (Red+Green+Blue) = 20+30+142=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #141E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E8E is #EBE171. Grayscale: #272727. Windows color (decimal): -15458674 or 9313812. OLE color: 9313812.
HSL color Cylindrical-coordinate representation of color #141E8E: hue angle of 235.08º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141E8E is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 30 | 142 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.44 |
| HSL | 235.08º | 0.75% | 0.32% | - |
| HSV(B) | 235.08º | 0.86% | 0.56% | - |
| XYZ | 5.64 | 3.03 | 25.88 | - |
| YUV | 39.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 142 | 0.86 | 0.79 | 0 | 0.44 | 235.08 | 0.75 | 0.32 |
| Hex | 14 | 1E | 8E | 56 | 4F | 0 | 2C | EB | 4B | 20 |
| Octal | 24 | 36 | 216 | 126 | 117 | 0 | 54 | 353 | 113 | 40 |
| Binary | 10100 | 11110 | 10001110 | 1010110 | 1001111 | 0 | 101100 | 11101011 | 1001011 | 100000 |
Color Harmonies of #141E8E
Complementary color
Monochromatic Colors of #141E8E
Black with #141E8E
Text Example
Text Example
White with #141E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E8E; }
p { color: rgb(20,30,142); }
H1.HeaderClassName
{
color: #141E8E;
}
.AnyTagClassName
{
color: #141E8E;
}
</style>
background-color css
<style>
a { background-color: #141E8E; }
a { background-color: rgb(20,30,142); }
div.DivClassName
{
background-color: #141E8E;
}
.BgClassName
{
background-color: #141E8E;
}
</style>
border-color css
<style>
span { border-color: #141E8E; }
span { border-color: rgb(20,30,142); }
td.TdClassName
{
border-color: #141E8E;
}
.TagClassName
{
border-color: #141E8E;
}
</style>