Shades of Ultramarine #141293
Tints of Ultramarine #141293
RGB
CMYK
RGB Variations
Color information
#141293 (or 0x141293) is known color: Ultramarine. HEX triplet: 14, 12 and 93. RGB value is (20,18,147). Sum of RGB (Red+Green+Blue) = 20+18+147=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #141293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141293 is #EBED6C. Grayscale: #202020. Windows color (decimal): -15461741 or 9638420. OLE color: 9638420.
HSL color Cylindrical-coordinate representation of color #141293: hue angle of 240.93º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141293 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 18 | 147 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.42 |
| HSL | 240.93º | 0.78% | 0.32% | - |
| HSV(B) | 240.93º | 0.88% | 0.58% | - |
| XYZ | 5.77 | 2.69 | 27.82 | - |
| YUV | 33.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 147 | 0.86 | 0.88 | 0 | 0.42 | 240.93 | 0.78 | 0.32 |
| Hex | 14 | 12 | 93 | 56 | 58 | 0 | 2A | F1 | 4E | 20 |
| Octal | 24 | 22 | 223 | 126 | 130 | 0 | 52 | 361 | 116 | 40 |
| Binary | 10100 | 10010 | 10010011 | 1010110 | 1011000 | 0 | 101010 | 11110001 | 1001110 | 100000 |
Color Harmonies of #141293
Complementary color
Monochromatic Colors of #141293
Black with #141293
Text Example
Text Example
White with #141293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141293; }
p { color: rgb(20,18,147); }
H1.HeaderClassName
{
color: #141293;
}
.AnyTagClassName
{
color: #141293;
}
</style>
background-color css
<style>
a { background-color: #141293; }
a { background-color: rgb(20,18,147); }
div.DivClassName
{
background-color: #141293;
}
.BgClassName
{
background-color: #141293;
}
</style>
border-color css
<style>
span { border-color: #141293; }
span { border-color: rgb(20,18,147); }
td.TdClassName
{
border-color: #141293;
}
.TagClassName
{
border-color: #141293;
}
</style>