Shades of Ultramarine #141A89
Tints of Ultramarine #141A89
RGB
CMYK
RGB Variations
Color information
#141A89 (or 0x141A89) is known color: Ultramarine. HEX triplet: 14, 1A and 89. RGB value is (20,26,137). Sum of RGB (Red+Green+Blue) = 20+26+137=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #141A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A89 is #EBE576. Grayscale: #242424. Windows color (decimal): -15459703 or 8985108. OLE color: 8985108.
HSL color Cylindrical-coordinate representation of color #141A89: hue angle of 236.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141A89 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 26 | 137 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.46 |
| HSL | 236.92º | 0.75% | 0.31% | - |
| HSV(B) | 236.92º | 0.85% | 0.54% | - |
| XYZ | 5.17 | 2.69 | 23.91 | - |
| YUV | 36.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 137 | 0.85 | 0.81 | 0 | 0.46 | 236.92 | 0.75 | 0.31 |
| Hex | 14 | 1A | 89 | 55 | 51 | 0 | 2E | ED | 4B | 1F |
| Octal | 24 | 32 | 211 | 125 | 121 | 0 | 56 | 355 | 113 | 37 |
| Binary | 10100 | 11010 | 10001001 | 1010101 | 1010001 | 0 | 101110 | 11101101 | 1001011 | 11111 |
Color Harmonies of #141A89
Complementary color
Monochromatic Colors of #141A89
Black with #141A89
Text Example
Text Example
White with #141A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A89; }
p { color: rgb(20,26,137); }
H1.HeaderClassName
{
color: #141A89;
}
.AnyTagClassName
{
color: #141A89;
}
</style>
background-color css
<style>
a { background-color: #141A89; }
a { background-color: rgb(20,26,137); }
div.DivClassName
{
background-color: #141A89;
}
.BgClassName
{
background-color: #141A89;
}
</style>
border-color css
<style>
span { border-color: #141A89; }
span { border-color: rgb(20,26,137); }
td.TdClassName
{
border-color: #141A89;
}
.TagClassName
{
border-color: #141A89;
}
</style>