Shades of Ultramarine #190C88
Tints of Ultramarine #190C88
RGB
CMYK
RGB Variations
Color information
#190C88 (or 0x190C88) is known color: Ultramarine. HEX triplet: 19, 0C and 88. RGB value is (25,12,136). Sum of RGB (Red+Green+Blue) = 25+12+136=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #190C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C88 is #E6F377. Grayscale: #1D1D1D. Windows color (decimal): -15135608 or 8915993. OLE color: 8915993.
HSL color Cylindrical-coordinate representation of color #190C88: hue angle of 246.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190C88 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 12 | 136 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.47 |
| HSL | 246.29º | 0.84% | 0.29% | - |
| HSV(B) | 246.29º | 0.91% | 0.53% | - |
| XYZ | 4.98 | 2.25 | 23.46 | - |
| YUV | 30.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 136 | 0.82 | 0.91 | 0 | 0.47 | 246.29 | 0.84 | 0.29 |
| Hex | 19 | C | 88 | 52 | 5B | 0 | 2F | F6 | 54 | 1D |
| Octal | 31 | 14 | 210 | 122 | 133 | 0 | 57 | 366 | 124 | 35 |
| Binary | 11001 | 1100 | 10001000 | 1010010 | 1011011 | 0 | 101111 | 11110110 | 1010100 | 11101 |
Color Harmonies of #190C88
Complementary color
Monochromatic Colors of #190C88
Black with #190C88
Text Example
Text Example
White with #190C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C88; }
p { color: rgb(25,12,136); }
H1.HeaderClassName
{
color: #190C88;
}
.AnyTagClassName
{
color: #190C88;
}
</style>
background-color css
<style>
a { background-color: #190C88; }
a { background-color: rgb(25,12,136); }
div.DivClassName
{
background-color: #190C88;
}
.BgClassName
{
background-color: #190C88;
}
</style>
border-color css
<style>
span { border-color: #190C88; }
span { border-color: rgb(25,12,136); }
td.TdClassName
{
border-color: #190C88;
}
.TagClassName
{
border-color: #190C88;
}
</style>