Shades of Ultramarine #191D9E
Tints of Ultramarine #191D9E
RGB
CMYK
RGB Variations
Color information
#191D9E (or 0x191D9E) is known color: Ultramarine. HEX triplet: 19, 1D and 9E. RGB value is (25,29,158). Sum of RGB (Red+Green+Blue) = 25+29+158=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #191D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D9E is #E6E261. Grayscale: #292929. Windows color (decimal): -15131234 or 10362137. OLE color: 10362137.
HSL color Cylindrical-coordinate representation of color #191D9E: hue angle of 238.2º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191D9E is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 29 | 158 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.38 |
| HSL | 238.2º | 0.73% | 0.36% | - |
| HSV(B) | 238.2º | 0.84% | 0.62% | - |
| XYZ | 7.01 | 3.55 | 32.66 | - |
| YUV | 42.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 158 | 0.84 | 0.82 | 0 | 0.38 | 238.2 | 0.73 | 0.36 |
| Hex | 19 | 1D | 9E | 54 | 52 | 0 | 26 | EE | 49 | 24 |
| Octal | 31 | 35 | 236 | 124 | 122 | 0 | 46 | 356 | 111 | 44 |
| Binary | 11001 | 11101 | 10011110 | 1010100 | 1010010 | 0 | 100110 | 11101110 | 1001001 | 100100 |
Color Harmonies of #191D9E
Complementary color
Monochromatic Colors of #191D9E
Black with #191D9E
Text Example
Text Example
White with #191D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D9E; }
p { color: rgb(25,29,158); }
H1.HeaderClassName
{
color: #191D9E;
}
.AnyTagClassName
{
color: #191D9E;
}
</style>
background-color css
<style>
a { background-color: #191D9E; }
a { background-color: rgb(25,29,158); }
div.DivClassName
{
background-color: #191D9E;
}
.BgClassName
{
background-color: #191D9E;
}
</style>
border-color css
<style>
span { border-color: #191D9E; }
span { border-color: rgb(25,29,158); }
td.TdClassName
{
border-color: #191D9E;
}
.TagClassName
{
border-color: #191D9E;
}
</style>