Shades of Ultramarine #14218B
Tints of Ultramarine #14218B
RGB
CMYK
RGB Variations
Color information
#14218B (or 0x14218B) is known color: Ultramarine. HEX triplet: 14, 21 and 8B. RGB value is (20,33,139). Sum of RGB (Red+Green+Blue) = 20+33+139=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #14218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14218B is #EBDE74. Grayscale: #282828. Windows color (decimal): -15457909 or 9117972. OLE color: 9117972.
HSL color Cylindrical-coordinate representation of color #14218B: hue angle of 233.45º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14218B is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 33 | 139 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.45 |
| HSL | 233.45º | 0.75% | 0.31% | - |
| HSV(B) | 233.45º | 0.86% | 0.55% | - |
| XYZ | 5.49 | 3.1 | 24.74 | - |
| YUV | 41.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 139 | 0.86 | 0.76 | 0 | 0.45 | 233.45 | 0.75 | 0.31 |
| Hex | 14 | 21 | 8B | 56 | 4C | 0 | 2D | E9 | 4B | 1F |
| Octal | 24 | 41 | 213 | 126 | 114 | 0 | 55 | 351 | 113 | 37 |
| Binary | 10100 | 100001 | 10001011 | 1010110 | 1001100 | 0 | 101101 | 11101001 | 1001011 | 11111 |
Color Harmonies of #14218B
Complementary color
Monochromatic Colors of #14218B
Black with #14218B
Text Example
Text Example
White with #14218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14218B; }
p { color: rgb(20,33,139); }
H1.HeaderClassName
{
color: #14218B;
}
.AnyTagClassName
{
color: #14218B;
}
</style>
background-color css
<style>
a { background-color: #14218B; }
a { background-color: rgb(20,33,139); }
div.DivClassName
{
background-color: #14218B;
}
.BgClassName
{
background-color: #14218B;
}
</style>
border-color css
<style>
span { border-color: #14218B; }
span { border-color: rgb(20,33,139); }
td.TdClassName
{
border-color: #14218B;
}
.TagClassName
{
border-color: #14218B;
}
</style>