Shades of Ultramarine #191F9A
Tints of Ultramarine #191F9A
RGB
CMYK
RGB Variations
Color information
#191F9A (or 0x191F9A) is known color: Ultramarine. HEX triplet: 19, 1F and 9A. RGB value is (25,31,154). Sum of RGB (Red+Green+Blue) = 25+31+154=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #191F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F9A is #E6E065. Grayscale: #2A2A2A. Windows color (decimal): -15130726 or 10100505. OLE color: 10100505.
HSL color Cylindrical-coordinate representation of color #191F9A: hue angle of 237.21º 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 #191F9A is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 31 | 154 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.40 |
| HSL | 237.21º | 0.72% | 0.35% | - |
| HSV(B) | 237.21º | 0.84% | 0.6% | - |
| XYZ | 6.72 | 3.52 | 30.9 | - |
| YUV | 43.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 154 | 0.84 | 0.80 | 0 | 0.40 | 237.21 | 0.72 | 0.35 |
| Hex | 19 | 1F | 9A | 54 | 50 | 0 | 28 | ED | 48 | 23 |
| Octal | 31 | 37 | 232 | 124 | 120 | 0 | 50 | 355 | 110 | 43 |
| Binary | 11001 | 11111 | 10011010 | 1010100 | 1010000 | 0 | 101000 | 11101101 | 1001000 | 100011 |
Color Harmonies of #191F9A
Complementary color
Monochromatic Colors of #191F9A
Black with #191F9A
Text Example
Text Example
White with #191F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F9A; }
p { color: rgb(25,31,154); }
H1.HeaderClassName
{
color: #191F9A;
}
.AnyTagClassName
{
color: #191F9A;
}
</style>
background-color css
<style>
a { background-color: #191F9A; }
a { background-color: rgb(25,31,154); }
div.DivClassName
{
background-color: #191F9A;
}
.BgClassName
{
background-color: #191F9A;
}
</style>
border-color css
<style>
span { border-color: #191F9A; }
span { border-color: rgb(25,31,154); }
td.TdClassName
{
border-color: #191F9A;
}
.TagClassName
{
border-color: #191F9A;
}
</style>