Shades of Ultramarine #141586
Tints of Ultramarine #141586
RGB
CMYK
RGB Variations
Color information
#141586 (or 0x141586) is known color: Ultramarine. HEX triplet: 14, 15 and 86. RGB value is (20,21,134). Sum of RGB (Red+Green+Blue) = 20+21+134=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #141586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141586 is #EBEA79. Grayscale: #212121. Windows color (decimal): -15460986 or 8787220. OLE color: 8787220.
HSL color Cylindrical-coordinate representation of color #141586: hue angle of 239.47º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141586 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 21 | 134 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.47 |
| HSL | 239.47º | 0.74% | 0.3% | - |
| HSV(B) | 239.47º | 0.85% | 0.53% | - |
| XYZ | 4.86 | 2.41 | 22.76 | - |
| YUV | 33.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 134 | 0.85 | 0.84 | 0 | 0.47 | 239.47 | 0.74 | 0.3 |
| Hex | 14 | 15 | 86 | 55 | 54 | 0 | 2F | EF | 4A | 1E |
| Octal | 24 | 25 | 206 | 125 | 124 | 0 | 57 | 357 | 112 | 36 |
| Binary | 10100 | 10101 | 10000110 | 1010101 | 1010100 | 0 | 101111 | 11101111 | 1001010 | 11110 |
Color Harmonies of #141586
Complementary color
Monochromatic Colors of #141586
Black with #141586
Text Example
Text Example
White with #141586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141586; }
p { color: rgb(20,21,134); }
H1.HeaderClassName
{
color: #141586;
}
.AnyTagClassName
{
color: #141586;
}
</style>
background-color css
<style>
a { background-color: #141586; }
a { background-color: rgb(20,21,134); }
div.DivClassName
{
background-color: #141586;
}
.BgClassName
{
background-color: #141586;
}
</style>
border-color css
<style>
span { border-color: #141586; }
span { border-color: rgb(20,21,134); }
td.TdClassName
{
border-color: #141586;
}
.TagClassName
{
border-color: #141586;
}
</style>