Shades of Ultramarine #190C8D
Tints of Ultramarine #190C8D
RGB
CMYK
RGB Variations
Color information
#190C8D (or 0x190C8D) is known color: Ultramarine. HEX triplet: 19, 0C and 8D. RGB value is (25,12,141). Sum of RGB (Red+Green+Blue) = 25+12+141=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #190C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C8D is #E6F372. Grayscale: #1E1E1E. Windows color (decimal): -15135603 or 9243673. OLE color: 9243673.
HSL color Cylindrical-coordinate representation of color #190C8D: hue angle of 246.05º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190C8D is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 12 | 141 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.45 |
| HSL | 246.05º | 0.84% | 0.3% | - |
| HSV(B) | 246.05º | 0.91% | 0.55% | - |
| XYZ | 5.34 | 2.39 | 25.38 | - |
| YUV | 30.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 141 | 0.82 | 0.91 | 0 | 0.45 | 246.05 | 0.84 | 0.3 |
| Hex | 19 | C | 8D | 52 | 5B | 0 | 2D | F6 | 54 | 1E |
| Octal | 31 | 14 | 215 | 122 | 133 | 0 | 55 | 366 | 124 | 36 |
| Binary | 11001 | 1100 | 10001101 | 1010010 | 1011011 | 0 | 101101 | 11110110 | 1010100 | 11110 |
Color Harmonies of #190C8D
Complementary color
Monochromatic Colors of #190C8D
Black with #190C8D
Text Example
Text Example
White with #190C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C8D; }
p { color: rgb(25,12,141); }
H1.HeaderClassName
{
color: #190C8D;
}
.AnyTagClassName
{
color: #190C8D;
}
</style>
background-color css
<style>
a { background-color: #190C8D; }
a { background-color: rgb(25,12,141); }
div.DivClassName
{
background-color: #190C8D;
}
.BgClassName
{
background-color: #190C8D;
}
</style>
border-color css
<style>
span { border-color: #190C8D; }
span { border-color: rgb(25,12,141); }
td.TdClassName
{
border-color: #190C8D;
}
.TagClassName
{
border-color: #190C8D;
}
</style>