Shades of Ultramarine #190B8F
Tints of Ultramarine #190B8F
RGB
CMYK
RGB Variations
Color information
#190B8F (or 0x190B8F) is known color: Ultramarine. HEX triplet: 19, 0B and 8F. RGB value is (25,11,143). Sum of RGB (Red+Green+Blue) = 25+11+143=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #190B8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B8F is #E6F470. Grayscale: #1D1D1D. Windows color (decimal): -15135857 or 9374489. OLE color: 9374489.
HSL color Cylindrical-coordinate representation of color #190B8F: hue angle of 246.36º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B8F is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 11 | 143 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.44 |
| HSL | 246.36º | 0.86% | 0.3% | - |
| HSV(B) | 246.36º | 0.92% | 0.56% | - |
| XYZ | 5.48 | 2.43 | 26.17 | - |
| YUV | 30.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 143 | 0.83 | 0.92 | 0 | 0.44 | 246.36 | 0.86 | 0.3 |
| Hex | 19 | B | 8F | 53 | 5C | 0 | 2C | F6 | 56 | 1E |
| Octal | 31 | 13 | 217 | 123 | 134 | 0 | 54 | 366 | 126 | 36 |
| Binary | 11001 | 1011 | 10001111 | 1010011 | 1011100 | 0 | 101100 | 11110110 | 1010110 | 11110 |
Color Harmonies of #190B8F
Complementary color
Monochromatic Colors of #190B8F
Black with #190B8F
Text Example
Text Example
White with #190B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B8F; }
p { color: rgb(25,11,143); }
H1.HeaderClassName
{
color: #190B8F;
}
.AnyTagClassName
{
color: #190B8F;
}
</style>
background-color css
<style>
a { background-color: #190B8F; }
a { background-color: rgb(25,11,143); }
div.DivClassName
{
background-color: #190B8F;
}
.BgClassName
{
background-color: #190B8F;
}
</style>
border-color css
<style>
span { border-color: #190B8F; }
span { border-color: rgb(25,11,143); }
td.TdClassName
{
border-color: #190B8F;
}
.TagClassName
{
border-color: #190B8F;
}
</style>