Shades of Ultramarine #141F8D
Tints of Ultramarine #141F8D
RGB
CMYK
RGB Variations
Color information
#141F8D (or 0x141F8D) is known color: Ultramarine. HEX triplet: 14, 1F and 8D. RGB value is (20,31,141). Sum of RGB (Red+Green+Blue) = 20+31+141=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #141F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F8D is #EBE072. Grayscale: #272727. Windows color (decimal): -15458419 or 9248532. OLE color: 9248532.
HSL color Cylindrical-coordinate representation of color #141F8D: hue angle of 234.55º 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 #141F8D is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 31 | 141 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.45 |
| HSL | 234.55º | 0.75% | 0.32% | - |
| HSV(B) | 234.55º | 0.86% | 0.55% | - |
| XYZ | 5.59 | 3.05 | 25.49 | - |
| YUV | 40.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 141 | 0.86 | 0.78 | 0 | 0.45 | 234.55 | 0.75 | 0.32 |
| Hex | 14 | 1F | 8D | 56 | 4E | 0 | 2D | EB | 4B | 20 |
| Octal | 24 | 37 | 215 | 126 | 116 | 0 | 55 | 353 | 113 | 40 |
| Binary | 10100 | 11111 | 10001101 | 1010110 | 1001110 | 0 | 101101 | 11101011 | 1001011 | 100000 |
Color Harmonies of #141F8D
Complementary color
Monochromatic Colors of #141F8D
Black with #141F8D
Text Example
Text Example
White with #141F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F8D; }
p { color: rgb(20,31,141); }
H1.HeaderClassName
{
color: #141F8D;
}
.AnyTagClassName
{
color: #141F8D;
}
</style>
background-color css
<style>
a { background-color: #141F8D; }
a { background-color: rgb(20,31,141); }
div.DivClassName
{
background-color: #141F8D;
}
.BgClassName
{
background-color: #141F8D;
}
</style>
border-color css
<style>
span { border-color: #141F8D; }
span { border-color: rgb(20,31,141); }
td.TdClassName
{
border-color: #141F8D;
}
.TagClassName
{
border-color: #141F8D;
}
</style>