Shades of Ultramarine #141095
Tints of Ultramarine #141095
RGB
CMYK
RGB Variations
Color information
#141095 (or 0x141095) is known color: Ultramarine. HEX triplet: 14, 10 and 95. RGB value is (20,16,149). Sum of RGB (Red+Green+Blue) = 20+16+149=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #141095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141095 is #EBEF6A. Grayscale: #1F1F1F. Windows color (decimal): -15462251 or 9768980. OLE color: 9768980.
HSL color Cylindrical-coordinate representation of color #141095: hue angle of 241.8º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141095 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 16 | 149 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.42 |
| HSL | 241.8º | 0.81% | 0.32% | - |
| HSV(B) | 241.8º | 0.89% | 0.58% | - |
| XYZ | 5.9 | 2.69 | 28.64 | - |
| YUV | 32.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 149 | 0.87 | 0.89 | 0 | 0.42 | 241.8 | 0.81 | 0.32 |
| Hex | 14 | 10 | 95 | 57 | 59 | 0 | 2A | F2 | 51 | 20 |
| Octal | 24 | 20 | 225 | 127 | 131 | 0 | 52 | 362 | 121 | 40 |
| Binary | 10100 | 10000 | 10010101 | 1010111 | 1011001 | 0 | 101010 | 11110010 | 1010001 | 100000 |
Color Harmonies of #141095
Complementary color
Monochromatic Colors of #141095
Black with #141095
Text Example
Text Example
White with #141095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141095; }
p { color: rgb(20,16,149); }
H1.HeaderClassName
{
color: #141095;
}
.AnyTagClassName
{
color: #141095;
}
</style>
background-color css
<style>
a { background-color: #141095; }
a { background-color: rgb(20,16,149); }
div.DivClassName
{
background-color: #141095;
}
.BgClassName
{
background-color: #141095;
}
</style>
border-color css
<style>
span { border-color: #141095; }
span { border-color: rgb(20,16,149); }
td.TdClassName
{
border-color: #141095;
}
.TagClassName
{
border-color: #141095;
}
</style>