Shades of Ultramarine #141A99
Tints of Ultramarine #141A99
RGB
CMYK
RGB Variations
Color information
#141A99 (or 0x141A99) is known color: Ultramarine. HEX triplet: 14, 1A and 99. RGB value is (20,26,153). Sum of RGB (Red+Green+Blue) = 20+26+153=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #141A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141A99 is #EBE566. Grayscale: #262626. Windows color (decimal): -15459687 or 10033684. OLE color: 10033684.
HSL color Cylindrical-coordinate representation of color #141A99: hue angle of 237.29º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141A99 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 26 | 153 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.4 |
| HSL | 237.29º | 0.77% | 0.34% | - |
| HSV(B) | 237.29º | 0.87% | 0.6% | - |
| XYZ | 6.41 | 3.19 | 30.41 | - |
| YUV | 38.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 153 | 0.87 | 0.83 | 0 | 0.4 | 237.29 | 0.77 | 0.34 |
| Hex | 14 | 1A | 99 | 57 | 53 | 0 | 28 | ED | 4D | 22 |
| Octal | 24 | 32 | 231 | 127 | 123 | 0 | 50 | 355 | 115 | 42 |
| Binary | 10100 | 11010 | 10011001 | 1010111 | 1010011 | 0 | 101000 | 11101101 | 1001101 | 100010 |
Color Harmonies of #141A99
Complementary color
Monochromatic Colors of #141A99
Black with #141A99
Text Example
Text Example
White with #141A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A99; }
p { color: rgb(20,26,153); }
H1.HeaderClassName
{
color: #141A99;
}
.AnyTagClassName
{
color: #141A99;
}
</style>
background-color css
<style>
a { background-color: #141A99; }
a { background-color: rgb(20,26,153); }
div.DivClassName
{
background-color: #141A99;
}
.BgClassName
{
background-color: #141A99;
}
</style>
border-color css
<style>
span { border-color: #141A99; }
span { border-color: rgb(20,26,153); }
td.TdClassName
{
border-color: #141A99;
}
.TagClassName
{
border-color: #141A99;
}
</style>