Shades of Ultramarine #14218D
Tints of Ultramarine #14218D
RGB
CMYK
RGB Variations
Color information
#14218D (or 0x14218D) is known color: Ultramarine. HEX triplet: 14, 21 and 8D. RGB value is (20,33,141). Sum of RGB (Red+Green+Blue) = 20+33+141=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #14218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14218D is #EBDE72. Grayscale: #282828. Windows color (decimal): -15457907 or 9249044. OLE color: 9249044.
HSL color Cylindrical-coordinate representation of color #14218D: hue angle of 233.55º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14218D is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 33 | 141 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.45 |
| HSL | 233.55º | 0.75% | 0.32% | - |
| HSV(B) | 233.55º | 0.86% | 0.55% | - |
| XYZ | 5.64 | 3.16 | 25.51 | - |
| YUV | 41.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 141 | 0.86 | 0.77 | 0 | 0.45 | 233.55 | 0.75 | 0.32 |
| Hex | 14 | 21 | 8D | 56 | 4D | 0 | 2D | EA | 4B | 20 |
| Octal | 24 | 41 | 215 | 126 | 115 | 0 | 55 | 352 | 113 | 40 |
| Binary | 10100 | 100001 | 10001101 | 1010110 | 1001101 | 0 | 101101 | 11101010 | 1001011 | 100000 |
Color Harmonies of #14218D
Complementary color
Monochromatic Colors of #14218D
Black with #14218D
Text Example
Text Example
White with #14218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14218D; }
p { color: rgb(20,33,141); }
H1.HeaderClassName
{
color: #14218D;
}
.AnyTagClassName
{
color: #14218D;
}
</style>
background-color css
<style>
a { background-color: #14218D; }
a { background-color: rgb(20,33,141); }
div.DivClassName
{
background-color: #14218D;
}
.BgClassName
{
background-color: #14218D;
}
</style>
border-color css
<style>
span { border-color: #14218D; }
span { border-color: rgb(20,33,141); }
td.TdClassName
{
border-color: #14218D;
}
.TagClassName
{
border-color: #14218D;
}
</style>