Shades of Ultramarine #141D9C
Tints of Ultramarine #141D9C
RGB
CMYK
RGB Variations
Color information
#141D9C (or 0x141D9C) is known color: Ultramarine. HEX triplet: 14, 1D and 9C. RGB value is (20,29,156). Sum of RGB (Red+Green+Blue) = 20+29+156=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #141D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D9C is #EBE263. Grayscale: #282828. Windows color (decimal): -15458916 or 10231060. OLE color: 10231060.
HSL color Cylindrical-coordinate representation of color #141D9C: hue angle of 236.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141D9C is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 29 | 156 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.39 |
| HSL | 236.03º | 0.77% | 0.35% | - |
| HSV(B) | 236.03º | 0.87% | 0.61% | - |
| XYZ | 6.73 | 3.43 | 31.76 | - |
| YUV | 40.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 156 | 0.87 | 0.81 | 0 | 0.39 | 236.03 | 0.77 | 0.35 |
| Hex | 14 | 1D | 9C | 57 | 51 | 0 | 27 | EC | 4D | 23 |
| Octal | 24 | 35 | 234 | 127 | 121 | 0 | 47 | 354 | 115 | 43 |
| Binary | 10100 | 11101 | 10011100 | 1010111 | 1010001 | 0 | 100111 | 11101100 | 1001101 | 100011 |
Color Harmonies of #141D9C
Complementary color
Monochromatic Colors of #141D9C
Black with #141D9C
Text Example
Text Example
White with #141D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D9C; }
p { color: rgb(20,29,156); }
H1.HeaderClassName
{
color: #141D9C;
}
.AnyTagClassName
{
color: #141D9C;
}
</style>
background-color css
<style>
a { background-color: #141D9C; }
a { background-color: rgb(20,29,156); }
div.DivClassName
{
background-color: #141D9C;
}
.BgClassName
{
background-color: #141D9C;
}
</style>
border-color css
<style>
span { border-color: #141D9C; }
span { border-color: rgb(20,29,156); }
td.TdClassName
{
border-color: #141D9C;
}
.TagClassName
{
border-color: #141D9C;
}
</style>