Shades of Ultramarine #19238B
Tints of Ultramarine #19238B
RGB
CMYK
RGB Variations
Color information
#19238B (or 0x19238B) is known color: Ultramarine. HEX triplet: 19, 23 and 8B. RGB value is (25,35,139). Sum of RGB (Red+Green+Blue) = 25+35+139=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #19238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19238B is #E6DC74. Grayscale: #2B2B2B. Windows color (decimal): -15129717 or 9118489. OLE color: 9118489.
HSL color Cylindrical-coordinate representation of color #19238B: hue angle of 234.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19238B is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 35 | 139 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.45 |
| HSL | 234.74º | 0.7% | 0.32% | - |
| HSV(B) | 234.74º | 0.82% | 0.55% | - |
| XYZ | 5.66 | 3.27 | 24.76 | - |
| YUV | 43.87 | 181.69 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 139 | 0.82 | 0.75 | 0 | 0.45 | 234.74 | 0.7 | 0.32 |
| Hex | 19 | 23 | 8B | 52 | 4B | 0 | 2D | EB | 46 | 20 |
| Octal | 31 | 43 | 213 | 122 | 113 | 0 | 55 | 353 | 106 | 40 |
| Binary | 11001 | 100011 | 10001011 | 1010010 | 1001011 | 0 | 101101 | 11101011 | 1000110 | 100000 |
Color Harmonies of #19238B
Complementary color
Monochromatic Colors of #19238B
Black with #19238B
Text Example
Text Example
White with #19238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19238B; }
p { color: rgb(25,35,139); }
H1.HeaderClassName
{
color: #19238B;
}
.AnyTagClassName
{
color: #19238B;
}
</style>
background-color css
<style>
a { background-color: #19238B; }
a { background-color: rgb(25,35,139); }
div.DivClassName
{
background-color: #19238B;
}
.BgClassName
{
background-color: #19238B;
}
</style>
border-color css
<style>
span { border-color: #19238B; }
span { border-color: rgb(25,35,139); }
td.TdClassName
{
border-color: #19238B;
}
.TagClassName
{
border-color: #19238B;
}
</style>