Shades of Ultramarine #191F8C
Tints of Ultramarine #191F8C
RGB
CMYK
RGB Variations
Color information
#191F8C (or 0x191F8C) is known color: Ultramarine. HEX triplet: 19, 1F and 8C. RGB value is (25,31,140). Sum of RGB (Red+Green+Blue) = 25+31+140=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #191F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F8C is #E6E073. Grayscale: #292929. Windows color (decimal): -15130740 or 9183001. OLE color: 9183001.
HSL color Cylindrical-coordinate representation of color #191F8C: hue angle of 236.87º 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 #191F8C is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 31 | 140 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.45 |
| HSL | 236.87º | 0.7% | 0.32% | - |
| HSV(B) | 236.87º | 0.82% | 0.55% | - |
| XYZ | 5.62 | 3.08 | 25.11 | - |
| YUV | 41.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 140 | 0.82 | 0.78 | 0 | 0.45 | 236.87 | 0.7 | 0.32 |
| Hex | 19 | 1F | 8C | 52 | 4E | 0 | 2D | ED | 46 | 20 |
| Octal | 31 | 37 | 214 | 122 | 116 | 0 | 55 | 355 | 106 | 40 |
| Binary | 11001 | 11111 | 10001100 | 1010010 | 1001110 | 0 | 101101 | 11101101 | 1000110 | 100000 |
Color Harmonies of #191F8C
Complementary color
Monochromatic Colors of #191F8C
Black with #191F8C
Text Example
Text Example
White with #191F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F8C; }
p { color: rgb(25,31,140); }
H1.HeaderClassName
{
color: #191F8C;
}
.AnyTagClassName
{
color: #191F8C;
}
</style>
background-color css
<style>
a { background-color: #191F8C; }
a { background-color: rgb(25,31,140); }
div.DivClassName
{
background-color: #191F8C;
}
.BgClassName
{
background-color: #191F8C;
}
</style>
border-color css
<style>
span { border-color: #191F8C; }
span { border-color: rgb(25,31,140); }
td.TdClassName
{
border-color: #191F8C;
}
.TagClassName
{
border-color: #191F8C;
}
</style>