Shades of Ultramarine #191C88
Tints of Ultramarine #191C88
RGB
CMYK
RGB Variations
Color information
#191C88 (or 0x191C88) is known color: Ultramarine. HEX triplet: 19, 1C and 88. RGB value is (25,28,136). Sum of RGB (Red+Green+Blue) = 25+28+136=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #191C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C88 is #E6E377. Grayscale: #262626. Windows color (decimal): -15131512 or 8920089. OLE color: 8920089.
HSL color Cylindrical-coordinate representation of color #191C88: hue angle of 238.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191C88 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 28 | 136 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.47 |
| HSL | 238.38º | 0.69% | 0.32% | - |
| HSV(B) | 238.38º | 0.82% | 0.53% | - |
| XYZ | 5.26 | 2.81 | 23.56 | - |
| YUV | 39.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 136 | 0.82 | 0.79 | 0 | 0.47 | 238.38 | 0.69 | 0.32 |
| Hex | 19 | 1C | 88 | 52 | 4F | 0 | 2F | EE | 45 | 20 |
| Octal | 31 | 34 | 210 | 122 | 117 | 0 | 57 | 356 | 105 | 40 |
| Binary | 11001 | 11100 | 10001000 | 1010010 | 1001111 | 0 | 101111 | 11101110 | 1000101 | 100000 |
Color Harmonies of #191C88
Complementary color
Monochromatic Colors of #191C88
Black with #191C88
Text Example
Text Example
White with #191C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191C88; }
p { color: rgb(25,28,136); }
H1.HeaderClassName
{
color: #191C88;
}
.AnyTagClassName
{
color: #191C88;
}
</style>
background-color css
<style>
a { background-color: #191C88; }
a { background-color: rgb(25,28,136); }
div.DivClassName
{
background-color: #191C88;
}
.BgClassName
{
background-color: #191C88;
}
</style>
border-color css
<style>
span { border-color: #191C88; }
span { border-color: rgb(25,28,136); }
td.TdClassName
{
border-color: #191C88;
}
.TagClassName
{
border-color: #191C88;
}
</style>