Shades of Ultramarine #19248C
Tints of Ultramarine #19248C
RGB
CMYK
RGB Variations
Color information
#19248C (or 0x19248C) is known color: Ultramarine. HEX triplet: 19, 24 and 8C. RGB value is (25,36,140). Sum of RGB (Red+Green+Blue) = 25+36+140=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #19248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19248C is #E6DB73. Grayscale: #2C2C2C. Windows color (decimal): -15129460 or 9184281. OLE color: 9184281.
HSL color Cylindrical-coordinate representation of color #19248C: hue angle of 234.26º 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 #19248C is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 36 | 140 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.45 |
| HSL | 234.26º | 0.7% | 0.32% | - |
| HSV(B) | 234.26º | 0.82% | 0.55% | - |
| XYZ | 5.77 | 3.36 | 25.16 | - |
| YUV | 44.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 140 | 0.82 | 0.74 | 0 | 0.45 | 234.26 | 0.7 | 0.32 |
| Hex | 19 | 24 | 8C | 52 | 4A | 0 | 2D | EA | 46 | 20 |
| Octal | 31 | 44 | 214 | 122 | 112 | 0 | 55 | 352 | 106 | 40 |
| Binary | 11001 | 100100 | 10001100 | 1010010 | 1001010 | 0 | 101101 | 11101010 | 1000110 | 100000 |
Color Harmonies of #19248C
Complementary color
Monochromatic Colors of #19248C
Black with #19248C
Text Example
Text Example
White with #19248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19248C; }
p { color: rgb(25,36,140); }
H1.HeaderClassName
{
color: #19248C;
}
.AnyTagClassName
{
color: #19248C;
}
</style>
background-color css
<style>
a { background-color: #19248C; }
a { background-color: rgb(25,36,140); }
div.DivClassName
{
background-color: #19248C;
}
.BgClassName
{
background-color: #19248C;
}
</style>
border-color css
<style>
span { border-color: #19248C; }
span { border-color: rgb(25,36,140); }
td.TdClassName
{
border-color: #19248C;
}
.TagClassName
{
border-color: #19248C;
}
</style>