Shades of Ultramarine #191D9A
Tints of Ultramarine #191D9A
RGB
CMYK
RGB Variations
Color information
#191D9A (or 0x191D9A) is known color: Ultramarine. HEX triplet: 19, 1D and 9A. RGB value is (25,29,154). Sum of RGB (Red+Green+Blue) = 25+29+154=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #191D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D9A is #E6E265. Grayscale: #292929. Windows color (decimal): -15131238 or 10099993. OLE color: 10099993.
HSL color Cylindrical-coordinate representation of color #191D9A: hue angle of 238.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191D9A is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 29 | 154 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.40 |
| HSL | 238.14º | 0.72% | 0.35% | - |
| HSV(B) | 238.14º | 0.84% | 0.6% | - |
| XYZ | 6.67 | 3.42 | 30.88 | - |
| YUV | 42.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 154 | 0.84 | 0.81 | 0 | 0.40 | 238.14 | 0.72 | 0.35 |
| Hex | 19 | 1D | 9A | 54 | 51 | 0 | 28 | EE | 48 | 23 |
| Octal | 31 | 35 | 232 | 124 | 121 | 0 | 50 | 356 | 110 | 43 |
| Binary | 11001 | 11101 | 10011010 | 1010100 | 1010001 | 0 | 101000 | 11101110 | 1001000 | 100011 |
Color Harmonies of #191D9A
Complementary color
Monochromatic Colors of #191D9A
Black with #191D9A
Text Example
Text Example
White with #191D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D9A; }
p { color: rgb(25,29,154); }
H1.HeaderClassName
{
color: #191D9A;
}
.AnyTagClassName
{
color: #191D9A;
}
</style>
background-color css
<style>
a { background-color: #191D9A; }
a { background-color: rgb(25,29,154); }
div.DivClassName
{
background-color: #191D9A;
}
.BgClassName
{
background-color: #191D9A;
}
</style>
border-color css
<style>
span { border-color: #191D9A; }
span { border-color: rgb(25,29,154); }
td.TdClassName
{
border-color: #191D9A;
}
.TagClassName
{
border-color: #191D9A;
}
</style>