Shades of Ultramarine #141493
Tints of Ultramarine #141493
RGB
CMYK
RGB Variations
Color information
#141493 (or 0x141493) is known color: Ultramarine. HEX triplet: 14, 14 and 93. RGB value is (20,20,147). Sum of RGB (Red+Green+Blue) = 20+20+147=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #141493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141493 is #EBEB6C. Grayscale: #212121. Windows color (decimal): -15461229 or 9638932. OLE color: 9638932.
HSL color Cylindrical-coordinate representation of color #141493: hue angle of 240º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141493 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 20 | 147 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.42 |
| HSL | 240º | 0.76% | 0.33% | - |
| HSV(B) | 240º | 0.86% | 0.58% | - |
| XYZ | 5.81 | 2.76 | 27.83 | - |
| YUV | 34.48 | 191.5 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 147 | 0.86 | 0.86 | 0 | 0.42 | 240 | 0.76 | 0.33 |
| Hex | 14 | 14 | 93 | 56 | 56 | 0 | 2A | F0 | 4C | 21 |
| Octal | 24 | 24 | 223 | 126 | 126 | 0 | 52 | 360 | 114 | 41 |
| Binary | 10100 | 10100 | 10010011 | 1010110 | 1010110 | 0 | 101010 | 11110000 | 1001100 | 100001 |
Color Harmonies of #141493
Complementary color
Monochromatic Colors of #141493
Black with #141493
Text Example
Text Example
White with #141493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141493; }
p { color: rgb(20,20,147); }
H1.HeaderClassName
{
color: #141493;
}
.AnyTagClassName
{
color: #141493;
}
</style>
background-color css
<style>
a { background-color: #141493; }
a { background-color: rgb(20,20,147); }
div.DivClassName
{
background-color: #141493;
}
.BgClassName
{
background-color: #141493;
}
</style>
border-color css
<style>
span { border-color: #141493; }
span { border-color: rgb(20,20,147); }
td.TdClassName
{
border-color: #141493;
}
.TagClassName
{
border-color: #141493;
}
</style>