Shades of Ultramarine #191D8E
Tints of Ultramarine #191D8E
RGB
CMYK
RGB Variations
Color information
#191D8E (or 0x191D8E) is known color: Ultramarine. HEX triplet: 19, 1D and 8E. RGB value is (25,29,142). Sum of RGB (Red+Green+Blue) = 25+29+142=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #191D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D8E is #E6E271. Grayscale: #282828. Windows color (decimal): -15131250 or 9313561. OLE color: 9313561.
HSL color Cylindrical-coordinate representation of color #191D8E: hue angle of 237.95º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191D8E is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 29 | 142 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.44 |
| HSL | 237.95º | 0.7% | 0.33% | - |
| HSV(B) | 237.95º | 0.82% | 0.56% | - |
| XYZ | 5.72 | 3.04 | 25.88 | - |
| YUV | 40.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 142 | 0.82 | 0.80 | 0 | 0.44 | 237.95 | 0.7 | 0.33 |
| Hex | 19 | 1D | 8E | 52 | 50 | 0 | 2C | EE | 46 | 21 |
| Octal | 31 | 35 | 216 | 122 | 120 | 0 | 54 | 356 | 106 | 41 |
| Binary | 11001 | 11101 | 10001110 | 1010010 | 1010000 | 0 | 101100 | 11101110 | 1000110 | 100001 |
Color Harmonies of #191D8E
Complementary color
Monochromatic Colors of #191D8E
Black with #191D8E
Text Example
Text Example
White with #191D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D8E; }
p { color: rgb(25,29,142); }
H1.HeaderClassName
{
color: #191D8E;
}
.AnyTagClassName
{
color: #191D8E;
}
</style>
background-color css
<style>
a { background-color: #191D8E; }
a { background-color: rgb(25,29,142); }
div.DivClassName
{
background-color: #191D8E;
}
.BgClassName
{
background-color: #191D8E;
}
</style>
border-color css
<style>
span { border-color: #191D8E; }
span { border-color: rgb(25,29,142); }
td.TdClassName
{
border-color: #191D8E;
}
.TagClassName
{
border-color: #191D8E;
}
</style>