Shades of Ultramarine #141A8D
Tints of Ultramarine #141A8D
RGB
CMYK
RGB Variations
Color information
#141A8D (or 0x141A8D) is known color: Ultramarine. HEX triplet: 14, 1A and 8D. RGB value is (20,26,141). Sum of RGB (Red+Green+Blue) = 20+26+141=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #141A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A8D is #EBE572. Grayscale: #242424. Windows color (decimal): -15459699 or 9247252. OLE color: 9247252.
HSL color Cylindrical-coordinate representation of color #141A8D: hue angle of 237.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141A8D is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 26 | 141 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.45 |
| HSL | 237.02º | 0.75% | 0.32% | - |
| HSV(B) | 237.02º | 0.86% | 0.55% | - |
| XYZ | 5.47 | 2.81 | 25.45 | - |
| YUV | 37.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 141 | 0.86 | 0.82 | 0 | 0.45 | 237.02 | 0.75 | 0.32 |
| Hex | 14 | 1A | 8D | 56 | 52 | 0 | 2D | ED | 4B | 20 |
| Octal | 24 | 32 | 215 | 126 | 122 | 0 | 55 | 355 | 113 | 40 |
| Binary | 10100 | 11010 | 10001101 | 1010110 | 1010010 | 0 | 101101 | 11101101 | 1001011 | 100000 |
Color Harmonies of #141A8D
Complementary color
Monochromatic Colors of #141A8D
Black with #141A8D
Text Example
Text Example
White with #141A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A8D; }
p { color: rgb(20,26,141); }
H1.HeaderClassName
{
color: #141A8D;
}
.AnyTagClassName
{
color: #141A8D;
}
</style>
background-color css
<style>
a { background-color: #141A8D; }
a { background-color: rgb(20,26,141); }
div.DivClassName
{
background-color: #141A8D;
}
.BgClassName
{
background-color: #141A8D;
}
</style>
border-color css
<style>
span { border-color: #141A8D; }
span { border-color: rgb(20,26,141); }
td.TdClassName
{
border-color: #141A8D;
}
.TagClassName
{
border-color: #141A8D;
}
</style>