Shades of Ultramarine #14108D
Tints of Ultramarine #14108D
RGB
CMYK
RGB Variations
Color information
#14108D (or 0x14108D) is known color: Ultramarine. HEX triplet: 14, 10 and 8D. RGB value is (20,16,141). Sum of RGB (Red+Green+Blue) = 20+16+141=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #14108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14108D is #EBEF72. Grayscale: #1E1E1E. Windows color (decimal): -15462259 or 9244692. OLE color: 9244692.
HSL color Cylindrical-coordinate representation of color #14108D: hue angle of 241.92º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14108D is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 16 | 141 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.45 |
| HSL | 241.92º | 0.8% | 0.31% | - |
| HSV(B) | 241.92º | 0.89% | 0.55% | - |
| XYZ | 5.28 | 2.44 | 25.39 | - |
| YUV | 31.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 141 | 0.86 | 0.89 | 0 | 0.45 | 241.92 | 0.8 | 0.31 |
| Hex | 14 | 10 | 8D | 56 | 59 | 0 | 2D | F2 | 50 | 1F |
| Octal | 24 | 20 | 215 | 126 | 131 | 0 | 55 | 362 | 120 | 37 |
| Binary | 10100 | 10000 | 10001101 | 1010110 | 1011001 | 0 | 101101 | 11110010 | 1010000 | 11111 |
Color Harmonies of #14108D
Complementary color
Monochromatic Colors of #14108D
Black with #14108D
Text Example
Text Example
White with #14108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14108D; }
p { color: rgb(20,16,141); }
H1.HeaderClassName
{
color: #14108D;
}
.AnyTagClassName
{
color: #14108D;
}
</style>
background-color css
<style>
a { background-color: #14108D; }
a { background-color: rgb(20,16,141); }
div.DivClassName
{
background-color: #14108D;
}
.BgClassName
{
background-color: #14108D;
}
</style>
border-color css
<style>
span { border-color: #14108D; }
span { border-color: rgb(20,16,141); }
td.TdClassName
{
border-color: #14108D;
}
.TagClassName
{
border-color: #14108D;
}
</style>