Shades of Ultramarine #19238F
Tints of Ultramarine #19238F
RGB
CMYK
RGB Variations
Color information
#19238F (or 0x19238F) is known color: Ultramarine. HEX triplet: 19, 23 and 8F. RGB value is (25,35,143). Sum of RGB (Red+Green+Blue) = 25+35+143=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #19238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19238F is #E6DC70. Grayscale: #2B2B2B. Windows color (decimal): -15129713 or 9380633. OLE color: 9380633.
HSL color Cylindrical-coordinate representation of color #19238F: hue angle of 234.92º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19238F is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 35 | 143 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.44 |
| HSL | 234.92º | 0.7% | 0.33% | - |
| HSV(B) | 234.92º | 0.83% | 0.56% | - |
| XYZ | 5.96 | 3.39 | 26.33 | - |
| YUV | 44.32 | 183.69 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 143 | 0.83 | 0.76 | 0 | 0.44 | 234.92 | 0.7 | 0.33 |
| Hex | 19 | 23 | 8F | 53 | 4C | 0 | 2C | EB | 46 | 21 |
| Octal | 31 | 43 | 217 | 123 | 114 | 0 | 54 | 353 | 106 | 41 |
| Binary | 11001 | 100011 | 10001111 | 1010011 | 1001100 | 0 | 101100 | 11101011 | 1000110 | 100001 |
Color Harmonies of #19238F
Complementary color
Monochromatic Colors of #19238F
Black with #19238F
Text Example
Text Example
White with #19238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19238F; }
p { color: rgb(25,35,143); }
H1.HeaderClassName
{
color: #19238F;
}
.AnyTagClassName
{
color: #19238F;
}
</style>
background-color css
<style>
a { background-color: #19238F; }
a { background-color: rgb(25,35,143); }
div.DivClassName
{
background-color: #19238F;
}
.BgClassName
{
background-color: #19238F;
}
</style>
border-color css
<style>
span { border-color: #19238F; }
span { border-color: rgb(25,35,143); }
td.TdClassName
{
border-color: #19238F;
}
.TagClassName
{
border-color: #19238F;
}
</style>