Shades of Ultramarine #190B7D
Tints of Ultramarine #190B7D
RGB
CMYK
RGB Variations
Color information
#190B7D (or 0x190B7D) is known color: Ultramarine. HEX triplet: 19, 0B and 7D. RGB value is (25,11,125). Sum of RGB (Red+Green+Blue) = 25+11+125=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #190B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190B7D is #E6F482. Grayscale: #1B1B1B. Windows color (decimal): -15135875 or 8194841. OLE color: 8194841.
HSL color Cylindrical-coordinate representation of color #190B7D: hue angle of 247.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190B7D is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 11 | 125 | - |
| CMYK | 0.8 | 0.91 | 0 | 0.51 |
| HSL | 247.37º | 0.84% | 0.27% | - |
| HSV(B) | 247.37º | 0.91% | 0.49% | - |
| XYZ | 4.22 | 1.93 | 19.55 | - |
| YUV | 28.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 125 | 0.8 | 0.91 | 0 | 0.51 | 247.37 | 0.84 | 0.27 |
| Hex | 19 | B | 7D | 50 | 5B | 0 | 33 | F7 | 54 | 1B |
| Octal | 31 | 13 | 175 | 120 | 133 | 0 | 63 | 367 | 124 | 33 |
| Binary | 11001 | 1011 | 1111101 | 1010000 | 1011011 | 0 | 110011 | 11110111 | 1010100 | 11011 |
Color Harmonies of #190B7D
Complementary color
Monochromatic Colors of #190B7D
Black with #190B7D
Text Example
Text Example
White with #190B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B7D; }
p { color: rgb(25,11,125); }
H1.HeaderClassName
{
color: #190B7D;
}
.AnyTagClassName
{
color: #190B7D;
}
</style>
background-color css
<style>
a { background-color: #190B7D; }
a { background-color: rgb(25,11,125); }
div.DivClassName
{
background-color: #190B7D;
}
.BgClassName
{
background-color: #190B7D;
}
</style>
border-color css
<style>
span { border-color: #190B7D; }
span { border-color: rgb(25,11,125); }
td.TdClassName
{
border-color: #190B7D;
}
.TagClassName
{
border-color: #190B7D;
}
</style>