Shades of Ultramarine #190DB1
Tints of Ultramarine #190DB1
RGB
CMYK
RGB Variations
Color information
#190DB1 (or 0x190DB1) is known color: Ultramarine. HEX triplet: 19, 0D and B1. RGB value is (25,13,177). Sum of RGB (Red+Green+Blue) = 25+13+177=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 177 (69.53% from 255 or 82.33% from 215); Max value from RGB is 177 - color contains mainly: blue. Hex color #190DB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190DB1 is #E6F24E. Grayscale: #222222. Windows color (decimal): -15135311 or 11603225. OLE color: 11603225.
HSL color Cylindrical-coordinate representation of color #190DB1: hue angle of 244.39º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DB1 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 13 | 177 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.31 |
| HSL | 244.39º | 0.86% | 0.37% | - |
| HSV(B) | 244.39º | 0.93% | 0.69% | - |
| XYZ | 8.48 | 3.67 | 41.86 | - |
| YUV | 35.28 | 207.98 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 177 | 0.86 | 0.93 | 0 | 0.31 | 244.39 | 0.86 | 0.37 |
| Hex | 19 | D | B1 | 56 | 5D | 0 | 1F | F4 | 56 | 25 |
| Octal | 31 | 15 | 261 | 126 | 135 | 0 | 37 | 364 | 126 | 45 |
| Binary | 11001 | 1101 | 10110001 | 1010110 | 1011101 | 0 | 11111 | 11110100 | 1010110 | 100101 |
Color Harmonies of #190DB1
Complementary color
Monochromatic Colors of #190DB1
Black with #190DB1
Text Example
Text Example
White with #190DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DB1; }
p { color: rgb(25,13,177); }
H1.HeaderClassName
{
color: #190DB1;
}
.AnyTagClassName
{
color: #190DB1;
}
</style>
background-color css
<style>
a { background-color: #190DB1; }
a { background-color: rgb(25,13,177); }
div.DivClassName
{
background-color: #190DB1;
}
.BgClassName
{
background-color: #190DB1;
}
</style>
border-color css
<style>
span { border-color: #190DB1; }
span { border-color: rgb(25,13,177); }
td.TdClassName
{
border-color: #190DB1;
}
.TagClassName
{
border-color: #190DB1;
}
</style>