Shades of Ultramarine #141396
Tints of Ultramarine #141396
RGB
CMYK
RGB Variations
Color information
#141396 (or 0x141396) is known color: Ultramarine. HEX triplet: 14, 13 and 96. RGB value is (20,19,150). Sum of RGB (Red+Green+Blue) = 20+19+150=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #141396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141396 is #EBEC69. Grayscale: #212121. Windows color (decimal): -15461482 or 9835284. OLE color: 9835284.
HSL color Cylindrical-coordinate representation of color #141396: hue angle of 240.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141396 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 19 | 150 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.41 |
| HSL | 240.46º | 0.78% | 0.33% | - |
| HSV(B) | 240.46º | 0.87% | 0.59% | - |
| XYZ | 6.03 | 2.82 | 29.08 | - |
| YUV | 34.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 150 | 0.87 | 0.87 | 0 | 0.41 | 240.46 | 0.78 | 0.33 |
| Hex | 14 | 13 | 96 | 57 | 57 | 0 | 29 | F0 | 4E | 21 |
| Octal | 24 | 23 | 226 | 127 | 127 | 0 | 51 | 360 | 116 | 41 |
| Binary | 10100 | 10011 | 10010110 | 1010111 | 1010111 | 0 | 101001 | 11110000 | 1001110 | 100001 |
Color Harmonies of #141396
Complementary color
Monochromatic Colors of #141396
Black with #141396
Text Example
Text Example
White with #141396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141396; }
p { color: rgb(20,19,150); }
H1.HeaderClassName
{
color: #141396;
}
.AnyTagClassName
{
color: #141396;
}
</style>
background-color css
<style>
a { background-color: #141396; }
a { background-color: rgb(20,19,150); }
div.DivClassName
{
background-color: #141396;
}
.BgClassName
{
background-color: #141396;
}
</style>
border-color css
<style>
span { border-color: #141396; }
span { border-color: rgb(20,19,150); }
td.TdClassName
{
border-color: #141396;
}
.TagClassName
{
border-color: #141396;
}
</style>