Shades of Ultramarine #1819AC
Tints of Ultramarine #1819AC
RGB
CMYK
RGB Variations
Color information
#1819AC (or 0x1819AC) is known color: Ultramarine. HEX triplet: 18, 19 and AC. RGB value is (24,25,172). Sum of RGB (Red+Green+Blue) = 24+25+172=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1819AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819AC is #E7E653. Grayscale: #282828. Windows color (decimal): -15197780 or 11278616. OLE color: 11278616.
HSL color Cylindrical-coordinate representation of color #1819AC: hue angle of 239.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1819AC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 25 | 172 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.33 |
| HSL | 239.59º | 0.76% | 0.38% | - |
| HSV(B) | 239.59º | 0.86% | 0.67% | - |
| XYZ | 8.17 | 3.87 | 39.35 | - |
| YUV | 41.46 | 201.67 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 172 | 0.86 | 0.85 | 0 | 0.33 | 239.59 | 0.76 | 0.38 |
| Hex | 18 | 19 | AC | 56 | 55 | 0 | 21 | F0 | 4C | 26 |
| Octal | 30 | 31 | 254 | 126 | 125 | 0 | 41 | 360 | 114 | 46 |
| Binary | 11000 | 11001 | 10101100 | 1010110 | 1010101 | 0 | 100001 | 11110000 | 1001100 | 100110 |
Color Harmonies of #1819AC
Complementary color
Monochromatic Colors of #1819AC
Black with #1819AC
Text Example
Text Example
White with #1819AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819AC; }
p { color: rgb(24,25,172); }
H1.HeaderClassName
{
color: #1819AC;
}
.AnyTagClassName
{
color: #1819AC;
}
</style>
background-color css
<style>
a { background-color: #1819AC; }
a { background-color: rgb(24,25,172); }
div.DivClassName
{
background-color: #1819AC;
}
.BgClassName
{
background-color: #1819AC;
}
</style>
border-color css
<style>
span { border-color: #1819AC; }
span { border-color: rgb(24,25,172); }
td.TdClassName
{
border-color: #1819AC;
}
.TagClassName
{
border-color: #1819AC;
}
</style>