Shades of Ultramarine #191E8F
Tints of Ultramarine #191E8F
RGB
CMYK
RGB Variations
Color information
#191E8F (or 0x191E8F) is known color: Ultramarine. HEX triplet: 19, 1E and 8F. RGB value is (25,30,143). Sum of RGB (Red+Green+Blue) = 25+30+143=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 143 (56.25% from 255 or 72.22% from 198); Max value from RGB is 143 - color contains mainly: blue. Hex color #191E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191E8F is #E6E170. Grayscale: #282828. Windows color (decimal): -15130993 or 9379353. OLE color: 9379353.
HSL color Cylindrical-coordinate representation of color #191E8F: hue angle of 237.46º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #191E8F is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 30 | 143 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.44 |
| HSL | 237.46º | 0.7% | 0.33% | - |
| HSV(B) | 237.46º | 0.83% | 0.56% | - |
| XYZ | 5.82 | 3.12 | 26.28 | - |
| YUV | 41.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 143 | 0.83 | 0.79 | 0 | 0.44 | 237.46 | 0.7 | 0.33 |
| Hex | 19 | 1E | 8F | 53 | 4F | 0 | 2C | ED | 46 | 21 |
| Octal | 31 | 36 | 217 | 123 | 117 | 0 | 54 | 355 | 106 | 41 |
| Binary | 11001 | 11110 | 10001111 | 1010011 | 1001111 | 0 | 101100 | 11101101 | 1000110 | 100001 |
Color Harmonies of #191E8F
Complementary color
Monochromatic Colors of #191E8F
Black with #191E8F
Text Example
Text Example
White with #191E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E8F; }
p { color: rgb(25,30,143); }
H1.HeaderClassName
{
color: #191E8F;
}
.AnyTagClassName
{
color: #191E8F;
}
</style>
background-color css
<style>
a { background-color: #191E8F; }
a { background-color: rgb(25,30,143); }
div.DivClassName
{
background-color: #191E8F;
}
.BgClassName
{
background-color: #191E8F;
}
</style>
border-color css
<style>
span { border-color: #191E8F; }
span { border-color: rgb(25,30,143); }
td.TdClassName
{
border-color: #191E8F;
}
.TagClassName
{
border-color: #191E8F;
}
</style>