Shades of Ultramarine #19258D
Tints of Ultramarine #19258D
RGB
CMYK
RGB Variations
Color information
#19258D (or 0x19258D) is known color: Ultramarine. HEX triplet: 19, 25 and 8D. RGB value is (25,37,141). Sum of RGB (Red+Green+Blue) = 25+37+141=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #19258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19258D is #E6DA72. Grayscale: #2C2C2C. Windows color (decimal): -15129203 or 9250073. OLE color: 9250073.
HSL color Cylindrical-coordinate representation of color #19258D: hue angle of 233.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19258D is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 37 | 141 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.45 |
| HSL | 233.79º | 0.7% | 0.33% | - |
| HSV(B) | 233.79º | 0.82% | 0.55% | - |
| XYZ | 5.87 | 3.45 | 25.56 | - |
| YUV | 45.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 141 | 0.82 | 0.74 | 0 | 0.45 | 233.79 | 0.7 | 0.33 |
| Hex | 19 | 25 | 8D | 52 | 4A | 0 | 2D | EA | 46 | 21 |
| Octal | 31 | 45 | 215 | 122 | 112 | 0 | 55 | 352 | 106 | 41 |
| Binary | 11001 | 100101 | 10001101 | 1010010 | 1001010 | 0 | 101101 | 11101010 | 1000110 | 100001 |
Color Harmonies of #19258D
Complementary color
Monochromatic Colors of #19258D
Black with #19258D
Text Example
Text Example
White with #19258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19258D; }
p { color: rgb(25,37,141); }
H1.HeaderClassName
{
color: #19258D;
}
.AnyTagClassName
{
color: #19258D;
}
</style>
background-color css
<style>
a { background-color: #19258D; }
a { background-color: rgb(25,37,141); }
div.DivClassName
{
background-color: #19258D;
}
.BgClassName
{
background-color: #19258D;
}
</style>
border-color css
<style>
span { border-color: #19258D; }
span { border-color: rgb(25,37,141); }
td.TdClassName
{
border-color: #19258D;
}
.TagClassName
{
border-color: #19258D;
}
</style>