Shades of Ultramarine #14218E
Tints of Ultramarine #14218E
RGB
CMYK
RGB Variations
Color information
#14218E (or 0x14218E) is known color: Ultramarine. HEX triplet: 14, 21 and 8E. RGB value is (20,33,142). Sum of RGB (Red+Green+Blue) = 20+33+142=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #14218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14218E is #EBDE71. Grayscale: #292929. Windows color (decimal): -15457906 or 9314580. OLE color: 9314580.
HSL color Cylindrical-coordinate representation of color #14218E: hue angle of 233.61º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14218E is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 33 | 142 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.44 |
| HSL | 233.61º | 0.75% | 0.32% | - |
| HSV(B) | 233.61º | 0.86% | 0.56% | - |
| XYZ | 5.71 | 3.19 | 25.91 | - |
| YUV | 41.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 142 | 0.86 | 0.77 | 0 | 0.44 | 233.61 | 0.75 | 0.32 |
| Hex | 14 | 21 | 8E | 56 | 4D | 0 | 2C | EA | 4B | 20 |
| Octal | 24 | 41 | 216 | 126 | 115 | 0 | 54 | 352 | 113 | 40 |
| Binary | 10100 | 100001 | 10001110 | 1010110 | 1001101 | 0 | 101100 | 11101010 | 1001011 | 100000 |
Color Harmonies of #14218E
Complementary color
Monochromatic Colors of #14218E
Black with #14218E
Text Example
Text Example
White with #14218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14218E; }
p { color: rgb(20,33,142); }
H1.HeaderClassName
{
color: #14218E;
}
.AnyTagClassName
{
color: #14218E;
}
</style>
background-color css
<style>
a { background-color: #14218E; }
a { background-color: rgb(20,33,142); }
div.DivClassName
{
background-color: #14218E;
}
.BgClassName
{
background-color: #14218E;
}
</style>
border-color css
<style>
span { border-color: #14218E; }
span { border-color: rgb(20,33,142); }
td.TdClassName
{
border-color: #14218E;
}
.TagClassName
{
border-color: #14218E;
}
</style>