Shades of Ultramarine #190C8C
Tints of Ultramarine #190C8C
RGB
CMYK
RGB Variations
Color information
#190C8C (or 0x190C8C) is known color: Ultramarine. HEX triplet: 19, 0C and 8C. RGB value is (25,12,140). Sum of RGB (Red+Green+Blue) = 25+12+140=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #190C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C8C is #E6F373. Grayscale: #1D1D1D. Windows color (decimal): -15135604 or 9178137. OLE color: 9178137.
HSL color Cylindrical-coordinate representation of color #190C8C: hue angle of 246.09º 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 #190C8C is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 12 | 140 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.45 |
| HSL | 246.09º | 0.84% | 0.3% | - |
| HSV(B) | 246.09º | 0.91% | 0.55% | - |
| XYZ | 5.27 | 2.36 | 24.99 | - |
| YUV | 30.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 140 | 0.82 | 0.91 | 0 | 0.45 | 246.09 | 0.84 | 0.3 |
| Hex | 19 | C | 8C | 52 | 5B | 0 | 2D | F6 | 54 | 1E |
| Octal | 31 | 14 | 214 | 122 | 133 | 0 | 55 | 366 | 124 | 36 |
| Binary | 11001 | 1100 | 10001100 | 1010010 | 1011011 | 0 | 101101 | 11110110 | 1010100 | 11110 |
Color Harmonies of #190C8C
Complementary color
Monochromatic Colors of #190C8C
Black with #190C8C
Text Example
Text Example
White with #190C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C8C; }
p { color: rgb(25,12,140); }
H1.HeaderClassName
{
color: #190C8C;
}
.AnyTagClassName
{
color: #190C8C;
}
</style>
background-color css
<style>
a { background-color: #190C8C; }
a { background-color: rgb(25,12,140); }
div.DivClassName
{
background-color: #190C8C;
}
.BgClassName
{
background-color: #190C8C;
}
</style>
border-color css
<style>
span { border-color: #190C8C; }
span { border-color: rgb(25,12,140); }
td.TdClassName
{
border-color: #190C8C;
}
.TagClassName
{
border-color: #190C8C;
}
</style>