Shades of Ultramarine #1911A8
Tints of Ultramarine #1911A8
RGB
CMYK
RGB Variations
Color information
#1911A8 (or 0x1911A8) is known color: Ultramarine. HEX triplet: 19, 11 and A8. RGB value is (25,17,168). Sum of RGB (Red+Green+Blue) = 25+17+168=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 168 (66.02% from 255 or 80% from 210); Max value from RGB is 168 - color contains mainly: blue. Hex color #1911A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1911A8 is #E6EE57. Grayscale: #242424. Windows color (decimal): -15134296 or 11014425. OLE color: 11014425.
HSL color Cylindrical-coordinate representation of color #1911A8: hue angle of 243.18º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1911A8 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 17 | 168 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.34 |
| HSL | 243.18º | 0.82% | 0.36% | - |
| HSV(B) | 243.18º | 0.9% | 0.66% | - |
| XYZ | 7.67 | 3.43 | 37.3 | - |
| YUV | 36.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 168 | 0.85 | 0.90 | 0 | 0.34 | 243.18 | 0.82 | 0.36 |
| Hex | 19 | 11 | A8 | 55 | 5A | 0 | 22 | F3 | 52 | 24 |
| Octal | 31 | 21 | 250 | 125 | 132 | 0 | 42 | 363 | 122 | 44 |
| Binary | 11001 | 10001 | 10101000 | 1010101 | 1011010 | 0 | 100010 | 11110011 | 1010010 | 100100 |
Color Harmonies of #1911A8
Complementary color
Monochromatic Colors of #1911A8
Black with #1911A8
Text Example
Text Example
White with #1911A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1911A8; }
p { color: rgb(25,17,168); }
H1.HeaderClassName
{
color: #1911A8;
}
.AnyTagClassName
{
color: #1911A8;
}
</style>
background-color css
<style>
a { background-color: #1911A8; }
a { background-color: rgb(25,17,168); }
div.DivClassName
{
background-color: #1911A8;
}
.BgClassName
{
background-color: #1911A8;
}
</style>
border-color css
<style>
span { border-color: #1911A8; }
span { border-color: rgb(25,17,168); }
td.TdClassName
{
border-color: #1911A8;
}
.TagClassName
{
border-color: #1911A8;
}
</style>