Shades of Ultramarine #14198D
Tints of Ultramarine #14198D
RGB
CMYK
RGB Variations
Color information
#14198D (or 0x14198D) is known color: Ultramarine. HEX triplet: 14, 19 and 8D. RGB value is (20,25,141). Sum of RGB (Red+Green+Blue) = 20+25+141=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #14198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14198D is #EBE672. Grayscale: #242424. Windows color (decimal): -15459955 or 9246996. OLE color: 9246996.
HSL color Cylindrical-coordinate representation of color #14198D: hue angle of 237.52º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14198D is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 25 | 141 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.45 |
| HSL | 237.52º | 0.75% | 0.32% | - |
| HSV(B) | 237.52º | 0.86% | 0.55% | - |
| XYZ | 5.44 | 2.77 | 25.45 | - |
| YUV | 36.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 141 | 0.86 | 0.82 | 0 | 0.45 | 237.52 | 0.75 | 0.32 |
| Hex | 14 | 19 | 8D | 56 | 52 | 0 | 2D | EE | 4B | 20 |
| Octal | 24 | 31 | 215 | 126 | 122 | 0 | 55 | 356 | 113 | 40 |
| Binary | 10100 | 11001 | 10001101 | 1010110 | 1010010 | 0 | 101101 | 11101110 | 1001011 | 100000 |
Color Harmonies of #14198D
Complementary color
Monochromatic Colors of #14198D
Black with #14198D
Text Example
Text Example
White with #14198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14198D; }
p { color: rgb(20,25,141); }
H1.HeaderClassName
{
color: #14198D;
}
.AnyTagClassName
{
color: #14198D;
}
</style>
background-color css
<style>
a { background-color: #14198D; }
a { background-color: rgb(20,25,141); }
div.DivClassName
{
background-color: #14198D;
}
.BgClassName
{
background-color: #14198D;
}
</style>
border-color css
<style>
span { border-color: #14198D; }
span { border-color: rgb(20,25,141); }
td.TdClassName
{
border-color: #14198D;
}
.TagClassName
{
border-color: #14198D;
}
</style>