Shades of Ultramarine #14108A
Tints of Ultramarine #14108A
RGB
CMYK
RGB Variations
Color information
#14108A (or 0x14108A) is known color: Ultramarine. HEX triplet: 14, 10 and 8A. RGB value is (20,16,138). Sum of RGB (Red+Green+Blue) = 20+16+138=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #14108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14108A is #EBEF75. Grayscale: #1E1E1E. Windows color (decimal): -15462262 or 9048084. OLE color: 9048084.
HSL color Cylindrical-coordinate representation of color #14108A: hue angle of 241.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14108A is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 16 | 138 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.46 |
| HSL | 241.97º | 0.79% | 0.3% | - |
| HSV(B) | 241.97º | 0.88% | 0.54% | - |
| XYZ | 5.06 | 2.35 | 24.23 | - |
| YUV | 31.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 138 | 0.86 | 0.88 | 0 | 0.46 | 241.97 | 0.79 | 0.3 |
| Hex | 14 | 10 | 8A | 56 | 58 | 0 | 2E | F2 | 4F | 1E |
| Octal | 24 | 20 | 212 | 126 | 130 | 0 | 56 | 362 | 117 | 36 |
| Binary | 10100 | 10000 | 10001010 | 1010110 | 1011000 | 0 | 101110 | 11110010 | 1001111 | 11110 |
Color Harmonies of #14108A
Complementary color
Monochromatic Colors of #14108A
Black with #14108A
Text Example
Text Example
White with #14108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14108A; }
p { color: rgb(20,16,138); }
H1.HeaderClassName
{
color: #14108A;
}
.AnyTagClassName
{
color: #14108A;
}
</style>
background-color css
<style>
a { background-color: #14108A; }
a { background-color: rgb(20,16,138); }
div.DivClassName
{
background-color: #14108A;
}
.BgClassName
{
background-color: #14108A;
}
</style>
border-color css
<style>
span { border-color: #14108A; }
span { border-color: rgb(20,16,138); }
td.TdClassName
{
border-color: #14108A;
}
.TagClassName
{
border-color: #14108A;
}
</style>