Shades of Ultramarine #141192
Tints of Ultramarine #141192
RGB
CMYK
RGB Variations
Color information
#141192 (or 0x141192) is known color: Ultramarine. HEX triplet: 14, 11 and 92. RGB value is (20,17,146). Sum of RGB (Red+Green+Blue) = 20+17+146=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #141192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141192 is #EBEE6D. Grayscale: #202020. Windows color (decimal): -15461998 or 9572628. OLE color: 9572628.
HSL color Cylindrical-coordinate representation of color #141192: hue angle of 241.4º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141192 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 17 | 146 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.43 |
| HSL | 241.4º | 0.79% | 0.32% | - |
| HSV(B) | 241.4º | 0.88% | 0.57% | - |
| XYZ | 5.68 | 2.62 | 27.4 | - |
| YUV | 32.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 146 | 0.86 | 0.88 | 0 | 0.43 | 241.4 | 0.79 | 0.32 |
| Hex | 14 | 11 | 92 | 56 | 58 | 0 | 2B | F1 | 4F | 20 |
| Octal | 24 | 21 | 222 | 126 | 130 | 0 | 53 | 361 | 117 | 40 |
| Binary | 10100 | 10001 | 10010010 | 1010110 | 1011000 | 0 | 101011 | 11110001 | 1001111 | 100000 |
Color Harmonies of #141192
Complementary color
Monochromatic Colors of #141192
Black with #141192
Text Example
Text Example
White with #141192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141192; }
p { color: rgb(20,17,146); }
H1.HeaderClassName
{
color: #141192;
}
.AnyTagClassName
{
color: #141192;
}
</style>
background-color css
<style>
a { background-color: #141192; }
a { background-color: rgb(20,17,146); }
div.DivClassName
{
background-color: #141192;
}
.BgClassName
{
background-color: #141192;
}
</style>
border-color css
<style>
span { border-color: #141192; }
span { border-color: rgb(20,17,146); }
td.TdClassName
{
border-color: #141192;
}
.TagClassName
{
border-color: #141192;
}
</style>