Shades of Ultramarine #190C89
Tints of Ultramarine #190C89
RGB
CMYK
RGB Variations
Color information
#190C89 (or 0x190C89) is known color: Ultramarine. HEX triplet: 19, 0C and 89. RGB value is (25,12,137). Sum of RGB (Red+Green+Blue) = 25+12+137=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #190C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190C89 is #E6F376. Grayscale: #1D1D1D. Windows color (decimal): -15135607 or 8981529. OLE color: 8981529.
HSL color Cylindrical-coordinate representation of color #190C89: hue angle of 246.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190C89 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 12 | 137 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.46 |
| HSL | 246.24º | 0.84% | 0.29% | - |
| HSV(B) | 246.24º | 0.91% | 0.54% | - |
| XYZ | 5.05 | 2.28 | 23.84 | - |
| YUV | 30.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 137 | 0.82 | 0.91 | 0 | 0.46 | 246.24 | 0.84 | 0.29 |
| Hex | 19 | C | 89 | 52 | 5B | 0 | 2E | F6 | 54 | 1D |
| Octal | 31 | 14 | 211 | 122 | 133 | 0 | 56 | 366 | 124 | 35 |
| Binary | 11001 | 1100 | 10001001 | 1010010 | 1011011 | 0 | 101110 | 11110110 | 1010100 | 11101 |
Color Harmonies of #190C89
Complementary color
Monochromatic Colors of #190C89
Black with #190C89
Text Example
Text Example
White with #190C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C89; }
p { color: rgb(25,12,137); }
H1.HeaderClassName
{
color: #190C89;
}
.AnyTagClassName
{
color: #190C89;
}
</style>
background-color css
<style>
a { background-color: #190C89; }
a { background-color: rgb(25,12,137); }
div.DivClassName
{
background-color: #190C89;
}
.BgClassName
{
background-color: #190C89;
}
</style>
border-color css
<style>
span { border-color: #190C89; }
span { border-color: rgb(25,12,137); }
td.TdClassName
{
border-color: #190C89;
}
.TagClassName
{
border-color: #190C89;
}
</style>