Shades of Ultramarine #19039B
Tints of Ultramarine #19039B
RGB
CMYK
RGB Variations
Color information
#19039B (or 0x19039B) is known color: Ultramarine. HEX triplet: 19, 03 and 9B. RGB value is (25,3,155). Sum of RGB (Red+Green+Blue) = 25+3+155=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #19039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19039B is #E6FC64. Grayscale: #1A1A1A. Windows color (decimal): -15137893 or 10158873. OLE color: 10158873.
HSL color Cylindrical-coordinate representation of color #19039B: hue angle of 248.68º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19039B is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 3 | 155 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.39 |
| HSL | 248.68º | 0.96% | 0.31% | - |
| HSV(B) | 248.68º | 0.98% | 0.61% | - |
| XYZ | 6.35 | 2.64 | 31.18 | - |
| YUV | 26.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 155 | 0.84 | 0.98 | 0 | 0.39 | 248.68 | 0.96 | 0.31 |
| Hex | 19 | 3 | 9B | 54 | 62 | 0 | 27 | F9 | 60 | 1F |
| Octal | 31 | 3 | 233 | 124 | 142 | 0 | 47 | 371 | 140 | 37 |
| Binary | 11001 | 11 | 10011011 | 1010100 | 1100010 | 0 | 100111 | 11111001 | 1100000 | 11111 |
Color Harmonies of #19039B
Complementary color
Monochromatic Colors of #19039B
Black with #19039B
Text Example
Text Example
White with #19039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19039B; }
p { color: rgb(25,3,155); }
H1.HeaderClassName
{
color: #19039B;
}
.AnyTagClassName
{
color: #19039B;
}
</style>
background-color css
<style>
a { background-color: #19039B; }
a { background-color: rgb(25,3,155); }
div.DivClassName
{
background-color: #19039B;
}
.BgClassName
{
background-color: #19039B;
}
</style>
border-color css
<style>
span { border-color: #19039B; }
span { border-color: rgb(25,3,155); }
td.TdClassName
{
border-color: #19039B;
}
.TagClassName
{
border-color: #19039B;
}
</style>