Shades of Ultramarine #14198C
Tints of Ultramarine #14198C
RGB
CMYK
RGB Variations
Color information
#14198C (or 0x14198C) is known color: Ultramarine. HEX triplet: 14, 19 and 8C. RGB value is (20,25,140). Sum of RGB (Red+Green+Blue) = 20+25+140=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #14198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14198C is #EBE673. Grayscale: #242424. Windows color (decimal): -15459956 or 9181460. OLE color: 9181460.
HSL color Cylindrical-coordinate representation of color #14198C: hue angle of 237.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14198C is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 25 | 140 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.45 |
| HSL | 237.5º | 0.75% | 0.31% | - |
| HSV(B) | 237.5º | 0.86% | 0.55% | - |
| XYZ | 5.37 | 2.74 | 25.06 | - |
| YUV | 36.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 140 | 0.86 | 0.82 | 0 | 0.45 | 237.5 | 0.75 | 0.31 |
| Hex | 14 | 19 | 8C | 56 | 52 | 0 | 2D | EE | 4B | 1F |
| Octal | 24 | 31 | 214 | 126 | 122 | 0 | 55 | 356 | 113 | 37 |
| Binary | 10100 | 11001 | 10001100 | 1010110 | 1010010 | 0 | 101101 | 11101110 | 1001011 | 11111 |
Color Harmonies of #14198C
Complementary color
Monochromatic Colors of #14198C
Black with #14198C
Text Example
Text Example
White with #14198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14198C; }
p { color: rgb(20,25,140); }
H1.HeaderClassName
{
color: #14198C;
}
.AnyTagClassName
{
color: #14198C;
}
</style>
background-color css
<style>
a { background-color: #14198C; }
a { background-color: rgb(20,25,140); }
div.DivClassName
{
background-color: #14198C;
}
.BgClassName
{
background-color: #14198C;
}
</style>
border-color css
<style>
span { border-color: #14198C; }
span { border-color: rgb(20,25,140); }
td.TdClassName
{
border-color: #14198C;
}
.TagClassName
{
border-color: #14198C;
}
</style>