Shades of Ultramarine #141194
Tints of Ultramarine #141194
RGB
CMYK
RGB Variations
Color information
#141194 (or 0x141194) is known color: Ultramarine. HEX triplet: 14, 11 and 94. RGB value is (20,17,148). Sum of RGB (Red+Green+Blue) = 20+17+148=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #141194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141194 is #EBEE6B. Grayscale: #202020. Windows color (decimal): -15461996 or 9703700. OLE color: 9703700.
HSL color Cylindrical-coordinate representation of color #141194: hue angle of 241.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141194 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 17 | 148 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.42 |
| HSL | 241.37º | 0.79% | 0.32% | - |
| HSV(B) | 241.37º | 0.89% | 0.58% | - |
| XYZ | 5.83 | 2.69 | 28.23 | - |
| YUV | 32.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 148 | 0.86 | 0.89 | 0 | 0.42 | 241.37 | 0.79 | 0.32 |
| Hex | 14 | 11 | 94 | 56 | 59 | 0 | 2A | F1 | 4F | 20 |
| Octal | 24 | 21 | 224 | 126 | 131 | 0 | 52 | 361 | 117 | 40 |
| Binary | 10100 | 10001 | 10010100 | 1010110 | 1011001 | 0 | 101010 | 11110001 | 1001111 | 100000 |
Color Harmonies of #141194
Complementary color
Monochromatic Colors of #141194
Black with #141194
Text Example
Text Example
White with #141194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141194; }
p { color: rgb(20,17,148); }
H1.HeaderClassName
{
color: #141194;
}
.AnyTagClassName
{
color: #141194;
}
</style>
background-color css
<style>
a { background-color: #141194; }
a { background-color: rgb(20,17,148); }
div.DivClassName
{
background-color: #141194;
}
.BgClassName
{
background-color: #141194;
}
</style>
border-color css
<style>
span { border-color: #141194; }
span { border-color: rgb(20,17,148); }
td.TdClassName
{
border-color: #141194;
}
.TagClassName
{
border-color: #141194;
}
</style>