Shades of Ultramarine #14058D
Tints of Ultramarine #14058D
RGB
CMYK
RGB Variations
Color information
#14058D (or 0x14058D) is known color: Ultramarine. HEX triplet: 14, 05 and 8D. RGB value is (20,5,141). Sum of RGB (Red+Green+Blue) = 20+5+141=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #14058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14058D is #EBFA72. Grayscale: #181818. Windows color (decimal): -15465075 or 9241876. OLE color: 9241876.
HSL color Cylindrical-coordinate representation of color #14058D: hue angle of 246.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14058D is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 5 | 141 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.45 |
| HSL | 246.62º | 0.93% | 0.29% | - |
| HSV(B) | 246.62º | 0.96% | 0.55% | - |
| XYZ | 5.15 | 2.18 | 25.35 | - |
| YUV | 24.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 141 | 0.86 | 0.96 | 0 | 0.45 | 246.62 | 0.93 | 0.29 |
| Hex | 14 | 5 | 8D | 56 | 60 | 0 | 2D | F7 | 5D | 1D |
| Octal | 24 | 5 | 215 | 126 | 140 | 0 | 55 | 367 | 135 | 35 |
| Binary | 10100 | 101 | 10001101 | 1010110 | 1100000 | 0 | 101101 | 11110111 | 1011101 | 11101 |
Color Harmonies of #14058D
Complementary color
Monochromatic Colors of #14058D
Black with #14058D
Text Example
Text Example
White with #14058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14058D; }
p { color: rgb(20,5,141); }
H1.HeaderClassName
{
color: #14058D;
}
.AnyTagClassName
{
color: #14058D;
}
</style>
background-color css
<style>
a { background-color: #14058D; }
a { background-color: rgb(20,5,141); }
div.DivClassName
{
background-color: #14058D;
}
.BgClassName
{
background-color: #14058D;
}
</style>
border-color css
<style>
span { border-color: #14058D; }
span { border-color: rgb(20,5,141); }
td.TdClassName
{
border-color: #14058D;
}
.TagClassName
{
border-color: #14058D;
}
</style>