Shades of Ultramarine #191A8A
Tints of Ultramarine #191A8A
RGB
CMYK
RGB Variations
Color information
#191A8A (or 0x191A8A) is known color: Ultramarine. HEX triplet: 19, 1A and 8A. RGB value is (25,26,138). Sum of RGB (Red+Green+Blue) = 25+26+138=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #191A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191A8A is #E6E575. Grayscale: #262626. Windows color (decimal): -15132022 or 9050649. OLE color: 9050649.
HSL color Cylindrical-coordinate representation of color #191A8A: hue angle of 239.47º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191A8A is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 26 | 138 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.46 |
| HSL | 239.47º | 0.69% | 0.32% | - |
| HSV(B) | 239.47º | 0.82% | 0.54% | - |
| XYZ | 5.36 | 2.78 | 24.3 | - |
| YUV | 38.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 138 | 0.82 | 0.81 | 0 | 0.46 | 239.47 | 0.69 | 0.32 |
| Hex | 19 | 1A | 8A | 52 | 51 | 0 | 2E | EF | 45 | 20 |
| Octal | 31 | 32 | 212 | 122 | 121 | 0 | 56 | 357 | 105 | 40 |
| Binary | 11001 | 11010 | 10001010 | 1010010 | 1010001 | 0 | 101110 | 11101111 | 1000101 | 100000 |
Color Harmonies of #191A8A
Complementary color
Monochromatic Colors of #191A8A
Black with #191A8A
Text Example
Text Example
White with #191A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A8A; }
p { color: rgb(25,26,138); }
H1.HeaderClassName
{
color: #191A8A;
}
.AnyTagClassName
{
color: #191A8A;
}
</style>
background-color css
<style>
a { background-color: #191A8A; }
a { background-color: rgb(25,26,138); }
div.DivClassName
{
background-color: #191A8A;
}
.BgClassName
{
background-color: #191A8A;
}
</style>
border-color css
<style>
span { border-color: #191A8A; }
span { border-color: rgb(25,26,138); }
td.TdClassName
{
border-color: #191A8A;
}
.TagClassName
{
border-color: #191A8A;
}
</style>