Shades of Ultramarine #191999
Tints of Ultramarine #191999
RGB
CMYK
RGB Variations
Color information
#191999 (or 0x191999) is known color: Ultramarine. HEX triplet: 19, 19 and 99. RGB value is (25,25,153). Sum of RGB (Red+Green+Blue) = 25+25+153=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #191999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191999 is #E6E666. Grayscale: #272727. Windows color (decimal): -15132263 or 10033433. OLE color: 10033433.
HSL color Cylindrical-coordinate representation of color #191999: hue angle of 240º 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 #191999 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 25 | 153 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.4 |
| HSL | 240º | 0.72% | 0.35% | - |
| HSV(B) | 240º | 0.84% | 0.6% | - |
| XYZ | 6.5 | 3.2 | 30.41 | - |
| YUV | 39.59 | 192 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 153 | 0.84 | 0.84 | 0 | 0.4 | 240 | 0.72 | 0.35 |
| Hex | 19 | 19 | 99 | 54 | 54 | 0 | 28 | F0 | 48 | 23 |
| Octal | 31 | 31 | 231 | 124 | 124 | 0 | 50 | 360 | 110 | 43 |
| Binary | 11001 | 11001 | 10011001 | 1010100 | 1010100 | 0 | 101000 | 11110000 | 1001000 | 100011 |
Color Harmonies of #191999
Complementary color
Monochromatic Colors of #191999
Black with #191999
Text Example
Text Example
White with #191999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191999; }
p { color: rgb(25,25,153); }
H1.HeaderClassName
{
color: #191999;
}
.AnyTagClassName
{
color: #191999;
}
</style>
background-color css
<style>
a { background-color: #191999; }
a { background-color: rgb(25,25,153); }
div.DivClassName
{
background-color: #191999;
}
.BgClassName
{
background-color: #191999;
}
</style>
border-color css
<style>
span { border-color: #191999; }
span { border-color: rgb(25,25,153); }
td.TdClassName
{
border-color: #191999;
}
.TagClassName
{
border-color: #191999;
}
</style>