Shades of Ultramarine #141D90
Tints of Ultramarine #141D90
RGB
CMYK
RGB Variations
Color information
#141D90 (or 0x141D90) is known color: Ultramarine. HEX triplet: 14, 1D and 90. RGB value is (20,29,144). Sum of RGB (Red+Green+Blue) = 20+29+144=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #141D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D90 is #EBE26F. Grayscale: #262626. Windows color (decimal): -15458928 or 9444628. OLE color: 9444628.
HSL color Cylindrical-coordinate representation of color #141D90: hue angle of 235.65º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141D90 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 29 | 144 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.44 |
| HSL | 235.65º | 0.76% | 0.32% | - |
| HSV(B) | 235.65º | 0.86% | 0.56% | - |
| XYZ | 5.76 | 3.04 | 26.67 | - |
| YUV | 39.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 144 | 0.86 | 0.80 | 0 | 0.44 | 235.65 | 0.76 | 0.32 |
| Hex | 14 | 1D | 90 | 56 | 50 | 0 | 2C | EC | 4C | 20 |
| Octal | 24 | 35 | 220 | 126 | 120 | 0 | 54 | 354 | 114 | 40 |
| Binary | 10100 | 11101 | 10010000 | 1010110 | 1010000 | 0 | 101100 | 11101100 | 1001100 | 100000 |
Color Harmonies of #141D90
Complementary color
Monochromatic Colors of #141D90
Black with #141D90
Text Example
Text Example
White with #141D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D90; }
p { color: rgb(20,29,144); }
H1.HeaderClassName
{
color: #141D90;
}
.AnyTagClassName
{
color: #141D90;
}
</style>
background-color css
<style>
a { background-color: #141D90; }
a { background-color: rgb(20,29,144); }
div.DivClassName
{
background-color: #141D90;
}
.BgClassName
{
background-color: #141D90;
}
</style>
border-color css
<style>
span { border-color: #141D90; }
span { border-color: rgb(20,29,144); }
td.TdClassName
{
border-color: #141D90;
}
.TagClassName
{
border-color: #141D90;
}
</style>