Shades of Ultramarine #141090
Tints of Ultramarine #141090
RGB
CMYK
RGB Variations
Color information
#141090 (or 0x141090) is known color: Ultramarine. HEX triplet: 14, 10 and 90. RGB value is (20,16,144). Sum of RGB (Red+Green+Blue) = 20+16+144=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #141090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141090 is #EBEF6F. Grayscale: #1F1F1F. Windows color (decimal): -15462256 or 9441300. OLE color: 9441300.
HSL color Cylindrical-coordinate representation of color #141090: hue angle of 241.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141090 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 16 | 144 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.44 |
| HSL | 241.88º | 0.8% | 0.31% | - |
| HSV(B) | 241.88º | 0.89% | 0.56% | - |
| XYZ | 5.51 | 2.53 | 26.58 | - |
| YUV | 31.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 144 | 0.86 | 0.89 | 0 | 0.44 | 241.88 | 0.8 | 0.31 |
| Hex | 14 | 10 | 90 | 56 | 59 | 0 | 2C | F2 | 50 | 1F |
| Octal | 24 | 20 | 220 | 126 | 131 | 0 | 54 | 362 | 120 | 37 |
| Binary | 10100 | 10000 | 10010000 | 1010110 | 1011001 | 0 | 101100 | 11110010 | 1010000 | 11111 |
Color Harmonies of #141090
Complementary color
Monochromatic Colors of #141090
Black with #141090
Text Example
Text Example
White with #141090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141090; }
p { color: rgb(20,16,144); }
H1.HeaderClassName
{
color: #141090;
}
.AnyTagClassName
{
color: #141090;
}
</style>
background-color css
<style>
a { background-color: #141090; }
a { background-color: rgb(20,16,144); }
div.DivClassName
{
background-color: #141090;
}
.BgClassName
{
background-color: #141090;
}
</style>
border-color css
<style>
span { border-color: #141090; }
span { border-color: rgb(20,16,144); }
td.TdClassName
{
border-color: #141090;
}
.TagClassName
{
border-color: #141090;
}
</style>