Shades of Ultramarine #190CA4
Tints of Ultramarine #190CA4
RGB
CMYK
RGB Variations
Color information
#190CA4 (or 0x190CA4) is known color: Ultramarine. HEX triplet: 19, 0C and A4. RGB value is (25,12,164). Sum of RGB (Red+Green+Blue) = 25+12+164=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 164 (64.45% from 255 or 81.59% from 201); Max value from RGB is 164 - color contains mainly: blue. Hex color #190CA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190CA4 is #E6F35B. Grayscale: #202020. Windows color (decimal): -15135580 or 10751001. OLE color: 10751001.
HSL color Cylindrical-coordinate representation of color #190CA4: hue angle of 245.13º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190CA4 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 12 | 164 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.36 |
| HSL | 245.13º | 0.86% | 0.35% | - |
| HSV(B) | 245.13º | 0.93% | 0.64% | - |
| XYZ | 7.23 | 3.15 | 35.35 | - |
| YUV | 33.22 | 201.81 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 164 | 0.85 | 0.93 | 0 | 0.36 | 245.13 | 0.86 | 0.35 |
| Hex | 19 | C | A4 | 55 | 5D | 0 | 24 | F5 | 56 | 23 |
| Octal | 31 | 14 | 244 | 125 | 135 | 0 | 44 | 365 | 126 | 43 |
| Binary | 11001 | 1100 | 10100100 | 1010101 | 1011101 | 0 | 100100 | 11110101 | 1010110 | 100011 |
Color Harmonies of #190CA4
Complementary color
Monochromatic Colors of #190CA4
Black with #190CA4
Text Example
Text Example
White with #190CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190CA4; }
p { color: rgb(25,12,164); }
H1.HeaderClassName
{
color: #190CA4;
}
.AnyTagClassName
{
color: #190CA4;
}
</style>
background-color css
<style>
a { background-color: #190CA4; }
a { background-color: rgb(25,12,164); }
div.DivClassName
{
background-color: #190CA4;
}
.BgClassName
{
background-color: #190CA4;
}
</style>
border-color css
<style>
span { border-color: #190CA4; }
span { border-color: rgb(25,12,164); }
td.TdClassName
{
border-color: #190CA4;
}
.TagClassName
{
border-color: #190CA4;
}
</style>