Shades of Ultramarine #190B8B
Tints of Ultramarine #190B8B
RGB
CMYK
RGB Variations
Color information
#190B8B (or 0x190B8B) is known color: Ultramarine. HEX triplet: 19, 0B and 8B. RGB value is (25,11,139). Sum of RGB (Red+Green+Blue) = 25+11+139=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #190B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B8B is #E6F474. Grayscale: #1D1D1D. Windows color (decimal): -15135861 or 9112345. OLE color: 9112345.
HSL color Cylindrical-coordinate representation of color #190B8B: hue angle of 246.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B8B is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 11 | 139 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.45 |
| HSL | 246.56º | 0.85% | 0.29% | - |
| HSV(B) | 246.56º | 0.92% | 0.55% | - |
| XYZ | 5.18 | 2.31 | 24.6 | - |
| YUV | 29.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 139 | 0.82 | 0.92 | 0 | 0.45 | 246.56 | 0.85 | 0.29 |
| Hex | 19 | B | 8B | 52 | 5C | 0 | 2D | F7 | 55 | 1D |
| Octal | 31 | 13 | 213 | 122 | 134 | 0 | 55 | 367 | 125 | 35 |
| Binary | 11001 | 1011 | 10001011 | 1010010 | 1011100 | 0 | 101101 | 11110111 | 1010101 | 11101 |
Color Harmonies of #190B8B
Complementary color
Monochromatic Colors of #190B8B
Black with #190B8B
Text Example
Text Example
White with #190B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B8B; }
p { color: rgb(25,11,139); }
H1.HeaderClassName
{
color: #190B8B;
}
.AnyTagClassName
{
color: #190B8B;
}
</style>
background-color css
<style>
a { background-color: #190B8B; }
a { background-color: rgb(25,11,139); }
div.DivClassName
{
background-color: #190B8B;
}
.BgClassName
{
background-color: #190B8B;
}
</style>
border-color css
<style>
span { border-color: #190B8B; }
span { border-color: rgb(25,11,139); }
td.TdClassName
{
border-color: #190B8B;
}
.TagClassName
{
border-color: #190B8B;
}
</style>