Shades of Ultramarine #14109D
Tints of Ultramarine #14109D
RGB
CMYK
RGB Variations
Color information
#14109D (or 0x14109D) is known color: Ultramarine. HEX triplet: 14, 10 and 9D. RGB value is (20,16,157). Sum of RGB (Red+Green+Blue) = 20+16+157=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #14109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14109D is #EBEF62. Grayscale: #202020. Windows color (decimal): -15462243 or 10293268. OLE color: 10293268.
HSL color Cylindrical-coordinate representation of color #14109D: hue angle of 241.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14109D is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 16 | 157 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.38 |
| HSL | 241.7º | 0.82% | 0.34% | - |
| HSV(B) | 241.7º | 0.9% | 0.62% | - |
| XYZ | 6.56 | 2.95 | 32.12 | - |
| YUV | 33.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 157 | 0.87 | 0.90 | 0 | 0.38 | 241.7 | 0.82 | 0.34 |
| Hex | 14 | 10 | 9D | 57 | 5A | 0 | 26 | F2 | 52 | 22 |
| Octal | 24 | 20 | 235 | 127 | 132 | 0 | 46 | 362 | 122 | 42 |
| Binary | 10100 | 10000 | 10011101 | 1010111 | 1011010 | 0 | 100110 | 11110010 | 1010010 | 100010 |
Color Harmonies of #14109D
Complementary color
Monochromatic Colors of #14109D
Black with #14109D
Text Example
Text Example
White with #14109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14109D; }
p { color: rgb(20,16,157); }
H1.HeaderClassName
{
color: #14109D;
}
.AnyTagClassName
{
color: #14109D;
}
</style>
background-color css
<style>
a { background-color: #14109D; }
a { background-color: rgb(20,16,157); }
div.DivClassName
{
background-color: #14109D;
}
.BgClassName
{
background-color: #14109D;
}
</style>
border-color css
<style>
span { border-color: #14109D; }
span { border-color: rgb(20,16,157); }
td.TdClassName
{
border-color: #14109D;
}
.TagClassName
{
border-color: #14109D;
}
</style>