Shades of Ultramarine #190A8A
Tints of Ultramarine #190A8A
RGB
CMYK
RGB Variations
Color information
#190A8A (or 0x190A8A) is known color: Ultramarine. HEX triplet: 19, 0A and 8A. RGB value is (25,10,138). Sum of RGB (Red+Green+Blue) = 25+10+138=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #190A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190A8A is #E6F575. Grayscale: #1C1C1C. Windows color (decimal): -15136118 or 9046553. OLE color: 9046553.
HSL color Cylindrical-coordinate representation of color #190A8A: hue angle of 247.03º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190A8A is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 10 | 138 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.46 |
| HSL | 247.03º | 0.86% | 0.29% | - |
| HSV(B) | 247.03º | 0.93% | 0.54% | - |
| XYZ | 5.1 | 2.26 | 24.21 | - |
| YUV | 29.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 138 | 0.82 | 0.93 | 0 | 0.46 | 247.03 | 0.86 | 0.29 |
| Hex | 19 | A | 8A | 52 | 5D | 0 | 2E | F7 | 56 | 1D |
| Octal | 31 | 12 | 212 | 122 | 135 | 0 | 56 | 367 | 126 | 35 |
| Binary | 11001 | 1010 | 10001010 | 1010010 | 1011101 | 0 | 101110 | 11110111 | 1010110 | 11101 |
Color Harmonies of #190A8A
Complementary color
Monochromatic Colors of #190A8A
Black with #190A8A
Text Example
Text Example
White with #190A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A8A; }
p { color: rgb(25,10,138); }
H1.HeaderClassName
{
color: #190A8A;
}
.AnyTagClassName
{
color: #190A8A;
}
</style>
background-color css
<style>
a { background-color: #190A8A; }
a { background-color: rgb(25,10,138); }
div.DivClassName
{
background-color: #190A8A;
}
.BgClassName
{
background-color: #190A8A;
}
</style>
border-color css
<style>
span { border-color: #190A8A; }
span { border-color: rgb(25,10,138); }
td.TdClassName
{
border-color: #190A8A;
}
.TagClassName
{
border-color: #190A8A;
}
</style>