Shades of Ultramarine #191C8D
Tints of Ultramarine #191C8D
RGB
CMYK
RGB Variations
Color information
#191C8D (or 0x191C8D) is known color: Ultramarine. HEX triplet: 19, 1C and 8D. RGB value is (25,28,141). Sum of RGB (Red+Green+Blue) = 25+28+141=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #191C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C8D is #E6E372. Grayscale: #272727. Windows color (decimal): -15131507 or 9247769. OLE color: 9247769.
HSL color Cylindrical-coordinate representation of color #191C8D: hue angle of 238.45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191C8D is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 28 | 141 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.45 |
| HSL | 238.45º | 0.7% | 0.33% | - |
| HSV(B) | 238.45º | 0.82% | 0.55% | - |
| XYZ | 5.62 | 2.96 | 25.47 | - |
| YUV | 39.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 141 | 0.82 | 0.80 | 0 | 0.45 | 238.45 | 0.7 | 0.33 |
| Hex | 19 | 1C | 8D | 52 | 50 | 0 | 2D | EE | 46 | 21 |
| Octal | 31 | 34 | 215 | 122 | 120 | 0 | 55 | 356 | 106 | 41 |
| Binary | 11001 | 11100 | 10001101 | 1010010 | 1010000 | 0 | 101101 | 11101110 | 1000110 | 100001 |
Color Harmonies of #191C8D
Complementary color
Monochromatic Colors of #191C8D
Black with #191C8D
Text Example
Text Example
White with #191C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C8D; }
p { color: rgb(25,28,141); }
H1.HeaderClassName
{
color: #191C8D;
}
.AnyTagClassName
{
color: #191C8D;
}
</style>
background-color css
<style>
a { background-color: #191C8D; }
a { background-color: rgb(25,28,141); }
div.DivClassName
{
background-color: #191C8D;
}
.BgClassName
{
background-color: #191C8D;
}
</style>
border-color css
<style>
span { border-color: #191C8D; }
span { border-color: rgb(25,28,141); }
td.TdClassName
{
border-color: #191C8D;
}
.TagClassName
{
border-color: #191C8D;
}
</style>