Shades of Ultramarine #14078D
Tints of Ultramarine #14078D
RGB
CMYK
RGB Variations
Color information
#14078D (or 0x14078D) is known color: Ultramarine. HEX triplet: 14, 07 and 8D. RGB value is (20,7,141). Sum of RGB (Red+Green+Blue) = 20+7+141=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #14078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14078D is #EBF872. Grayscale: #191919. Windows color (decimal): -15464563 or 9242388. OLE color: 9242388.
HSL color Cylindrical-coordinate representation of color #14078D: hue angle of 245.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14078D is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 7 | 141 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.45 |
| HSL | 245.82º | 0.91% | 0.29% | - |
| HSV(B) | 245.82º | 0.95% | 0.55% | - |
| XYZ | 5.17 | 2.22 | 25.36 | - |
| YUV | 26.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 141 | 0.86 | 0.95 | 0 | 0.45 | 245.82 | 0.91 | 0.29 |
| Hex | 14 | 7 | 8D | 56 | 5F | 0 | 2D | F6 | 5B | 1D |
| Octal | 24 | 7 | 215 | 126 | 137 | 0 | 55 | 366 | 133 | 35 |
| Binary | 10100 | 111 | 10001101 | 1010110 | 1011111 | 0 | 101101 | 11110110 | 1011011 | 11101 |
Color Harmonies of #14078D
Complementary color
Monochromatic Colors of #14078D
Black with #14078D
Text Example
Text Example
White with #14078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14078D; }
p { color: rgb(20,7,141); }
H1.HeaderClassName
{
color: #14078D;
}
.AnyTagClassName
{
color: #14078D;
}
</style>
background-color css
<style>
a { background-color: #14078D; }
a { background-color: rgb(20,7,141); }
div.DivClassName
{
background-color: #14078D;
}
.BgClassName
{
background-color: #14078D;
}
</style>
border-color css
<style>
span { border-color: #14078D; }
span { border-color: rgb(20,7,141); }
td.TdClassName
{
border-color: #14078D;
}
.TagClassName
{
border-color: #14078D;
}
</style>