Shades of Ultramarine #14028E
Tints of Ultramarine #14028E
RGB
CMYK
RGB Variations
Color information
#14028E (or 0x14028E) is known color: Ultramarine. HEX triplet: 14, 02 and 8E. RGB value is (20,2,142). Sum of RGB (Red+Green+Blue) = 20+2+142=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 142 (55.86% from 255 or 86.59% from 164); Max value from RGB is 142 - color contains mainly: blue. Hex color #14028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14028E is #EBFD71. Grayscale: #161616. Windows color (decimal): -15465842 or 9306644. OLE color: 9306644.
HSL color Cylindrical-coordinate representation of color #14028E: hue angle of 247.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14028E is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 2 | 142 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.44 |
| HSL | 247.71º | 0.97% | 0.28% | - |
| HSV(B) | 247.71º | 0.99% | 0.56% | - |
| XYZ | 5.19 | 2.15 | 25.73 | - |
| YUV | 23.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 142 | 0.86 | 0.99 | 0 | 0.44 | 247.71 | 0.97 | 0.28 |
| Hex | 14 | 2 | 8E | 56 | 63 | 0 | 2C | F8 | 61 | 1C |
| Octal | 24 | 2 | 216 | 126 | 143 | 0 | 54 | 370 | 141 | 34 |
| Binary | 10100 | 10 | 10001110 | 1010110 | 1100011 | 0 | 101100 | 11111000 | 1100001 | 11100 |
Color Harmonies of #14028E
Complementary color
Monochromatic Colors of #14028E
Black with #14028E
Text Example
Text Example
White with #14028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14028E; }
p { color: rgb(20,2,142); }
H1.HeaderClassName
{
color: #14028E;
}
.AnyTagClassName
{
color: #14028E;
}
</style>
background-color css
<style>
a { background-color: #14028E; }
a { background-color: rgb(20,2,142); }
div.DivClassName
{
background-color: #14028E;
}
.BgClassName
{
background-color: #14028E;
}
</style>
border-color css
<style>
span { border-color: #14028E; }
span { border-color: rgb(20,2,142); }
td.TdClassName
{
border-color: #14028E;
}
.TagClassName
{
border-color: #14028E;
}
</style>