Shades of Ultramarine #141C90
Tints of Ultramarine #141C90
RGB
CMYK
RGB Variations
Color information
#141C90 (or 0x141C90) is known color: Ultramarine. HEX triplet: 14, 1C and 90. RGB value is (20,28,144). Sum of RGB (Red+Green+Blue) = 20+28+144=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #141C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141C90 is #EBE36F. Grayscale: #262626. Windows color (decimal): -15459184 or 9444372. OLE color: 9444372.
HSL color Cylindrical-coordinate representation of color #141C90: hue angle of 236.13º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141C90 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 28 | 144 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.44 |
| HSL | 236.13º | 0.76% | 0.32% | - |
| HSV(B) | 236.13º | 0.86% | 0.56% | - |
| XYZ | 5.74 | 2.99 | 26.66 | - |
| YUV | 38.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 144 | 0.86 | 0.81 | 0 | 0.44 | 236.13 | 0.76 | 0.32 |
| Hex | 14 | 1C | 90 | 56 | 51 | 0 | 2C | EC | 4C | 20 |
| Octal | 24 | 34 | 220 | 126 | 121 | 0 | 54 | 354 | 114 | 40 |
| Binary | 10100 | 11100 | 10010000 | 1010110 | 1010001 | 0 | 101100 | 11101100 | 1001100 | 100000 |
Color Harmonies of #141C90
Complementary color
Monochromatic Colors of #141C90
Black with #141C90
Text Example
Text Example
White with #141C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C90; }
p { color: rgb(20,28,144); }
H1.HeaderClassName
{
color: #141C90;
}
.AnyTagClassName
{
color: #141C90;
}
</style>
background-color css
<style>
a { background-color: #141C90; }
a { background-color: rgb(20,28,144); }
div.DivClassName
{
background-color: #141C90;
}
.BgClassName
{
background-color: #141C90;
}
</style>
border-color css
<style>
span { border-color: #141C90; }
span { border-color: rgb(20,28,144); }
td.TdClassName
{
border-color: #141C90;
}
.TagClassName
{
border-color: #141C90;
}
</style>