Shades of Ultramarine #141987
Tints of Ultramarine #141987
RGB
CMYK
RGB Variations
Color information
#141987 (or 0x141987) is known color: Ultramarine. HEX triplet: 14, 19 and 87. RGB value is (20,25,135). Sum of RGB (Red+Green+Blue) = 20+25+135=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #141987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141987 is #EBE678. Grayscale: #232323. Windows color (decimal): -15459961 or 8853780. OLE color: 8853780.
HSL color Cylindrical-coordinate representation of color #141987: hue angle of 237.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141987 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 25 | 135 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.47 |
| HSL | 237.39º | 0.74% | 0.3% | - |
| HSV(B) | 237.39º | 0.85% | 0.53% | - |
| XYZ | 5.01 | 2.59 | 23.16 | - |
| YUV | 36.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 135 | 0.85 | 0.81 | 0 | 0.47 | 237.39 | 0.74 | 0.3 |
| Hex | 14 | 19 | 87 | 55 | 51 | 0 | 2F | ED | 4A | 1E |
| Octal | 24 | 31 | 207 | 125 | 121 | 0 | 57 | 355 | 112 | 36 |
| Binary | 10100 | 11001 | 10000111 | 1010101 | 1010001 | 0 | 101111 | 11101101 | 1001010 | 11110 |
Color Harmonies of #141987
Complementary color
Monochromatic Colors of #141987
Black with #141987
Text Example
Text Example
White with #141987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141987; }
p { color: rgb(20,25,135); }
H1.HeaderClassName
{
color: #141987;
}
.AnyTagClassName
{
color: #141987;
}
</style>
background-color css
<style>
a { background-color: #141987; }
a { background-color: rgb(20,25,135); }
div.DivClassName
{
background-color: #141987;
}
.BgClassName
{
background-color: #141987;
}
</style>
border-color css
<style>
span { border-color: #141987; }
span { border-color: rgb(20,25,135); }
td.TdClassName
{
border-color: #141987;
}
.TagClassName
{
border-color: #141987;
}
</style>