Shades of Ultramarine #141387
Tints of Ultramarine #141387
RGB
CMYK
RGB Variations
Color information
#141387 (or 0x141387) is known color: Ultramarine. HEX triplet: 14, 13 and 87. RGB value is (20,19,135). Sum of RGB (Red+Green+Blue) = 20+19+135=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #141387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141387 is #EBEC78. Grayscale: #202020. Windows color (decimal): -15461497 or 8852244. OLE color: 8852244.
HSL color Cylindrical-coordinate representation of color #141387: hue angle of 240.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141387 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 19 | 135 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.47 |
| HSL | 240.52º | 0.75% | 0.3% | - |
| HSV(B) | 240.52º | 0.86% | 0.53% | - |
| XYZ | 4.89 | 2.36 | 23.12 | - |
| YUV | 32.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 135 | 0.85 | 0.86 | 0 | 0.47 | 240.52 | 0.75 | 0.3 |
| Hex | 14 | 13 | 87 | 55 | 56 | 0 | 2F | F1 | 4B | 1E |
| Octal | 24 | 23 | 207 | 125 | 126 | 0 | 57 | 361 | 113 | 36 |
| Binary | 10100 | 10011 | 10000111 | 1010101 | 1010110 | 0 | 101111 | 11110001 | 1001011 | 11110 |
Color Harmonies of #141387
Complementary color
Monochromatic Colors of #141387
Black with #141387
Text Example
Text Example
White with #141387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141387; }
p { color: rgb(20,19,135); }
H1.HeaderClassName
{
color: #141387;
}
.AnyTagClassName
{
color: #141387;
}
</style>
background-color css
<style>
a { background-color: #141387; }
a { background-color: rgb(20,19,135); }
div.DivClassName
{
background-color: #141387;
}
.BgClassName
{
background-color: #141387;
}
</style>
border-color css
<style>
span { border-color: #141387; }
span { border-color: rgb(20,19,135); }
td.TdClassName
{
border-color: #141387;
}
.TagClassName
{
border-color: #141387;
}
</style>