Shades of Ultramarine #191D8C
Tints of Ultramarine #191D8C
RGB
CMYK
RGB Variations
Color information
#191D8C (or 0x191D8C) is known color: Ultramarine. HEX triplet: 19, 1D and 8C. RGB value is (25,29,140). Sum of RGB (Red+Green+Blue) = 25+29+140=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #191D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191D8C is #E6E273. Grayscale: #282828. Windows color (decimal): -15131252 or 9182489. OLE color: 9182489.
HSL color Cylindrical-coordinate representation of color #191D8C: hue angle of 237.91º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191D8C is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 29 | 140 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.45 |
| HSL | 237.91º | 0.7% | 0.32% | - |
| HSV(B) | 237.91º | 0.82% | 0.55% | - |
| XYZ | 5.57 | 2.98 | 25.09 | - |
| YUV | 40.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 140 | 0.82 | 0.79 | 0 | 0.45 | 237.91 | 0.7 | 0.32 |
| Hex | 19 | 1D | 8C | 52 | 4F | 0 | 2D | EE | 46 | 20 |
| Octal | 31 | 35 | 214 | 122 | 117 | 0 | 55 | 356 | 106 | 40 |
| Binary | 11001 | 11101 | 10001100 | 1010010 | 1001111 | 0 | 101101 | 11101110 | 1000110 | 100000 |
Color Harmonies of #191D8C
Complementary color
Monochromatic Colors of #191D8C
Black with #191D8C
Text Example
Text Example
White with #191D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D8C; }
p { color: rgb(25,29,140); }
H1.HeaderClassName
{
color: #191D8C;
}
.AnyTagClassName
{
color: #191D8C;
}
</style>
background-color css
<style>
a { background-color: #191D8C; }
a { background-color: rgb(25,29,140); }
div.DivClassName
{
background-color: #191D8C;
}
.BgClassName
{
background-color: #191D8C;
}
</style>
border-color css
<style>
span { border-color: #191D8C; }
span { border-color: rgb(25,29,140); }
td.TdClassName
{
border-color: #191D8C;
}
.TagClassName
{
border-color: #191D8C;
}
</style>