Shades of Ultramarine #190B8D
Tints of Ultramarine #190B8D
RGB
CMYK
RGB Variations
Color information
#190B8D (or 0x190B8D) is known color: Ultramarine. HEX triplet: 19, 0B and 8D. RGB value is (25,11,141). Sum of RGB (Red+Green+Blue) = 25+11+141=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #190B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B8D is #E6F472. Grayscale: #1D1D1D. Windows color (decimal): -15135859 or 9243417. OLE color: 9243417.
HSL color Cylindrical-coordinate representation of color #190B8D: hue angle of 246.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B8D is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 11 | 141 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.45 |
| HSL | 246.46º | 0.86% | 0.3% | - |
| HSV(B) | 246.46º | 0.92% | 0.55% | - |
| XYZ | 5.33 | 2.37 | 25.38 | - |
| YUV | 30.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 141 | 0.82 | 0.92 | 0 | 0.45 | 246.46 | 0.86 | 0.3 |
| Hex | 19 | B | 8D | 52 | 5C | 0 | 2D | F6 | 56 | 1E |
| Octal | 31 | 13 | 215 | 122 | 134 | 0 | 55 | 366 | 126 | 36 |
| Binary | 11001 | 1011 | 10001101 | 1010010 | 1011100 | 0 | 101101 | 11110110 | 1010110 | 11110 |
Color Harmonies of #190B8D
Complementary color
Monochromatic Colors of #190B8D
Black with #190B8D
Text Example
Text Example
White with #190B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B8D; }
p { color: rgb(25,11,141); }
H1.HeaderClassName
{
color: #190B8D;
}
.AnyTagClassName
{
color: #190B8D;
}
</style>
background-color css
<style>
a { background-color: #190B8D; }
a { background-color: rgb(25,11,141); }
div.DivClassName
{
background-color: #190B8D;
}
.BgClassName
{
background-color: #190B8D;
}
</style>
border-color css
<style>
span { border-color: #190B8D; }
span { border-color: rgb(25,11,141); }
td.TdClassName
{
border-color: #190B8D;
}
.TagClassName
{
border-color: #190B8D;
}
</style>