Shades of Ultramarine #141791
Tints of Ultramarine #141791
RGB
CMYK
RGB Variations
Color information
#141791 (or 0x141791) is known color: Ultramarine. HEX triplet: 14, 17 and 91. RGB value is (20,23,145). Sum of RGB (Red+Green+Blue) = 20+23+145=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #141791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141791 is #EBE86E. Grayscale: #232323. Windows color (decimal): -15460463 or 9508628. OLE color: 9508628.
HSL color Cylindrical-coordinate representation of color #141791: hue angle of 238.56º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141791 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 23 | 145 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.43 |
| HSL | 238.56º | 0.76% | 0.32% | - |
| HSV(B) | 238.56º | 0.86% | 0.57% | - |
| XYZ | 5.71 | 2.81 | 27.03 | - |
| YUV | 36.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 145 | 0.86 | 0.84 | 0 | 0.43 | 238.56 | 0.76 | 0.32 |
| Hex | 14 | 17 | 91 | 56 | 54 | 0 | 2B | EF | 4C | 20 |
| Octal | 24 | 27 | 221 | 126 | 124 | 0 | 53 | 357 | 114 | 40 |
| Binary | 10100 | 10111 | 10010001 | 1010110 | 1010100 | 0 | 101011 | 11101111 | 1001100 | 100000 |
Color Harmonies of #141791
Complementary color
Monochromatic Colors of #141791
Black with #141791
Text Example
Text Example
White with #141791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141791; }
p { color: rgb(20,23,145); }
H1.HeaderClassName
{
color: #141791;
}
.AnyTagClassName
{
color: #141791;
}
</style>
background-color css
<style>
a { background-color: #141791; }
a { background-color: rgb(20,23,145); }
div.DivClassName
{
background-color: #141791;
}
.BgClassName
{
background-color: #141791;
}
</style>
border-color css
<style>
span { border-color: #141791; }
span { border-color: rgb(20,23,145); }
td.TdClassName
{
border-color: #141791;
}
.TagClassName
{
border-color: #141791;
}
</style>