Shades of Ultramarine #141B86
Tints of Ultramarine #141B86
RGB
CMYK
RGB Variations
Color information
#141B86 (or 0x141B86) is known color: Ultramarine. HEX triplet: 14, 1B and 86. RGB value is (20,27,134). Sum of RGB (Red+Green+Blue) = 20+27+134=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #141B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B86 is #EBE479. Grayscale: #242424. Windows color (decimal): -15459450 or 8788756. OLE color: 8788756.
HSL color Cylindrical-coordinate representation of color #141B86: hue angle of 236.32º 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 #141B86 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 27 | 134 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.47 |
| HSL | 236.32º | 0.74% | 0.3% | - |
| HSV(B) | 236.32º | 0.85% | 0.53% | - |
| XYZ | 4.98 | 2.65 | 22.8 | - |
| YUV | 37.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 134 | 0.85 | 0.80 | 0 | 0.47 | 236.32 | 0.74 | 0.3 |
| Hex | 14 | 1B | 86 | 55 | 50 | 0 | 2F | EC | 4A | 1E |
| Octal | 24 | 33 | 206 | 125 | 120 | 0 | 57 | 354 | 112 | 36 |
| Binary | 10100 | 11011 | 10000110 | 1010101 | 1010000 | 0 | 101111 | 11101100 | 1001010 | 11110 |
Color Harmonies of #141B86
Complementary color
Monochromatic Colors of #141B86
Black with #141B86
Text Example
Text Example
White with #141B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B86; }
p { color: rgb(20,27,134); }
H1.HeaderClassName
{
color: #141B86;
}
.AnyTagClassName
{
color: #141B86;
}
</style>
background-color css
<style>
a { background-color: #141B86; }
a { background-color: rgb(20,27,134); }
div.DivClassName
{
background-color: #141B86;
}
.BgClassName
{
background-color: #141B86;
}
</style>
border-color css
<style>
span { border-color: #141B86; }
span { border-color: rgb(20,27,134); }
td.TdClassName
{
border-color: #141B86;
}
.TagClassName
{
border-color: #141B86;
}
</style>