Shades of Ultramarine #141189
Tints of Ultramarine #141189
RGB
CMYK
RGB Variations
Color information
#141189 (or 0x141189) is known color: Ultramarine. HEX triplet: 14, 11 and 89. RGB value is (20,17,137). Sum of RGB (Red+Green+Blue) = 20+17+137=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #141189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141189 is #EBEE76. Grayscale: #1F1F1F. Windows color (decimal): -15462007 or 8982804. OLE color: 8982804.
HSL color Cylindrical-coordinate representation of color #141189: hue angle of 241.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141189 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 17 | 137 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.46 |
| HSL | 241.5º | 0.78% | 0.3% | - |
| HSV(B) | 241.5º | 0.88% | 0.54% | - |
| XYZ | 5 | 2.36 | 23.86 | - |
| YUV | 31.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 137 | 0.85 | 0.88 | 0 | 0.46 | 241.5 | 0.78 | 0.3 |
| Hex | 14 | 11 | 89 | 55 | 58 | 0 | 2E | F2 | 4E | 1E |
| Octal | 24 | 21 | 211 | 125 | 130 | 0 | 56 | 362 | 116 | 36 |
| Binary | 10100 | 10001 | 10001001 | 1010101 | 1011000 | 0 | 101110 | 11110010 | 1001110 | 11110 |
Color Harmonies of #141189
Complementary color
Monochromatic Colors of #141189
Black with #141189
Text Example
Text Example
White with #141189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141189; }
p { color: rgb(20,17,137); }
H1.HeaderClassName
{
color: #141189;
}
.AnyTagClassName
{
color: #141189;
}
</style>
background-color css
<style>
a { background-color: #141189; }
a { background-color: rgb(20,17,137); }
div.DivClassName
{
background-color: #141189;
}
.BgClassName
{
background-color: #141189;
}
</style>
border-color css
<style>
span { border-color: #141189; }
span { border-color: rgb(20,17,137); }
td.TdClassName
{
border-color: #141189;
}
.TagClassName
{
border-color: #141189;
}
</style>