Shades of Ultramarine #191DA0
Tints of Ultramarine #191DA0
RGB
CMYK
RGB Variations
Color information
#191DA0 (or 0x191DA0) is known color: Ultramarine. HEX triplet: 19, 1D and A0. RGB value is (25,29,160). Sum of RGB (Red+Green+Blue) = 25+29+160=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #191DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DA0 is #E6E25F. Grayscale: #2A2A2A. Windows color (decimal): -15131232 or 10493209. OLE color: 10493209.
HSL color Cylindrical-coordinate representation of color #191DA0: hue angle of 238.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191DA0 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 29 | 160 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.37 |
| HSL | 238.22º | 0.73% | 0.36% | - |
| HSV(B) | 238.22º | 0.84% | 0.63% | - |
| XYZ | 7.19 | 3.62 | 33.58 | - |
| YUV | 42.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 160 | 0.84 | 0.82 | 0 | 0.37 | 238.22 | 0.73 | 0.36 |
| Hex | 19 | 1D | A0 | 54 | 52 | 0 | 25 | EE | 49 | 24 |
| Octal | 31 | 35 | 240 | 124 | 122 | 0 | 45 | 356 | 111 | 44 |
| Binary | 11001 | 11101 | 10100000 | 1010100 | 1010010 | 0 | 100101 | 11101110 | 1001001 | 100100 |
Color Harmonies of #191DA0
Complementary color
Monochromatic Colors of #191DA0
Black with #191DA0
Text Example
Text Example
White with #191DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DA0; }
p { color: rgb(25,29,160); }
H1.HeaderClassName
{
color: #191DA0;
}
.AnyTagClassName
{
color: #191DA0;
}
</style>
background-color css
<style>
a { background-color: #191DA0; }
a { background-color: rgb(25,29,160); }
div.DivClassName
{
background-color: #191DA0;
}
.BgClassName
{
background-color: #191DA0;
}
</style>
border-color css
<style>
span { border-color: #191DA0; }
span { border-color: rgb(25,29,160); }
td.TdClassName
{
border-color: #191DA0;
}
.TagClassName
{
border-color: #191DA0;
}
</style>