Shades of Ultramarine #141B89
Tints of Ultramarine #141B89
RGB
CMYK
RGB Variations
Color information
#141B89 (or 0x141B89) is known color: Ultramarine. HEX triplet: 14, 1B and 89. RGB value is (20,27,137). Sum of RGB (Red+Green+Blue) = 20+27+137=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #141B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B89 is #EBE476. Grayscale: #252525. Windows color (decimal): -15459447 or 8985364. OLE color: 8985364.
HSL color Cylindrical-coordinate representation of color #141B89: hue angle of 236.41º 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 #141B89 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 27 | 137 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.46 |
| HSL | 236.41º | 0.75% | 0.31% | - |
| HSV(B) | 236.41º | 0.85% | 0.54% | - |
| XYZ | 5.2 | 2.74 | 23.92 | - |
| YUV | 37.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 137 | 0.85 | 0.80 | 0 | 0.46 | 236.41 | 0.75 | 0.31 |
| Hex | 14 | 1B | 89 | 55 | 50 | 0 | 2E | EC | 4B | 1F |
| Octal | 24 | 33 | 211 | 125 | 120 | 0 | 56 | 354 | 113 | 37 |
| Binary | 10100 | 11011 | 10001001 | 1010101 | 1010000 | 0 | 101110 | 11101100 | 1001011 | 11111 |
Color Harmonies of #141B89
Complementary color
Monochromatic Colors of #141B89
Black with #141B89
Text Example
Text Example
White with #141B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B89; }
p { color: rgb(20,27,137); }
H1.HeaderClassName
{
color: #141B89;
}
.AnyTagClassName
{
color: #141B89;
}
</style>
background-color css
<style>
a { background-color: #141B89; }
a { background-color: rgb(20,27,137); }
div.DivClassName
{
background-color: #141B89;
}
.BgClassName
{
background-color: #141B89;
}
</style>
border-color css
<style>
span { border-color: #141B89; }
span { border-color: rgb(20,27,137); }
td.TdClassName
{
border-color: #141B89;
}
.TagClassName
{
border-color: #141B89;
}
</style>