Shades of Ultramarine #14098D
Tints of Ultramarine #14098D
RGB
CMYK
RGB Variations
Color information
#14098D (or 0x14098D) is known color: Ultramarine. HEX triplet: 14, 09 and 8D. RGB value is (20,9,141). Sum of RGB (Red+Green+Blue) = 20+9+141=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #14098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098D is #EBF672. Grayscale: #1A1A1A. Windows color (decimal): -15464051 or 9242900. OLE color: 9242900.
HSL color Cylindrical-coordinate representation of color #14098D: hue angle of 245º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14098D is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 9 | 141 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.45 |
| HSL | 245º | 0.88% | 0.29% | - |
| HSV(B) | 245º | 0.94% | 0.55% | - |
| XYZ | 5.19 | 2.27 | 25.36 | - |
| YUV | 27.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 141 | 0.86 | 0.94 | 0 | 0.45 | 245 | 0.88 | 0.29 |
| Hex | 14 | 9 | 8D | 56 | 5E | 0 | 2D | F5 | 58 | 1D |
| Octal | 24 | 11 | 215 | 126 | 136 | 0 | 55 | 365 | 130 | 35 |
| Binary | 10100 | 1001 | 10001101 | 1010110 | 1011110 | 0 | 101101 | 11110101 | 1011000 | 11101 |
Color Harmonies of #14098D
Complementary color
Monochromatic Colors of #14098D
Black with #14098D
Text Example
Text Example
White with #14098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14098D; }
p { color: rgb(20,9,141); }
H1.HeaderClassName
{
color: #14098D;
}
.AnyTagClassName
{
color: #14098D;
}
</style>
background-color css
<style>
a { background-color: #14098D; }
a { background-color: rgb(20,9,141); }
div.DivClassName
{
background-color: #14098D;
}
.BgClassName
{
background-color: #14098D;
}
</style>
border-color css
<style>
span { border-color: #14098D; }
span { border-color: rgb(20,9,141); }
td.TdClassName
{
border-color: #14098D;
}
.TagClassName
{
border-color: #14098D;
}
</style>