Shades of Ultramarine #1806AC
Tints of Ultramarine #1806AC
RGB
CMYK
RGB Variations
Color information
#1806AC (or 0x1806AC) is known color: Ultramarine. HEX triplet: 18, 06 and AC. RGB value is (24,6,172). Sum of RGB (Red+Green+Blue) = 24+6+172=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #1806AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1806AC is #E7F953. Grayscale: #1D1D1D. Windows color (decimal): -15202644 or 11273752. OLE color: 11273752.
HSL color Cylindrical-coordinate representation of color #1806AC: hue angle of 246.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806AC is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 6 | 172 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.33 |
| HSL | 246.51º | 0.93% | 0.35% | - |
| HSV(B) | 246.51º | 0.97% | 0.67% | - |
| XYZ | 7.89 | 3.3 | 39.25 | - |
| YUV | 30.31 | 207.96 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 172 | 0.86 | 0.97 | 0 | 0.33 | 246.51 | 0.93 | 0.35 |
| Hex | 18 | 6 | AC | 56 | 61 | 0 | 21 | F7 | 5D | 23 |
| Octal | 30 | 6 | 254 | 126 | 141 | 0 | 41 | 367 | 135 | 43 |
| Binary | 11000 | 110 | 10101100 | 1010110 | 1100001 | 0 | 100001 | 11110111 | 1011101 | 100011 |
Color Harmonies of #1806AC
Complementary color
Monochromatic Colors of #1806AC
Black with #1806AC
Text Example
Text Example
White with #1806AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1806AC; }
p { color: rgb(24,6,172); }
H1.HeaderClassName
{
color: #1806AC;
}
.AnyTagClassName
{
color: #1806AC;
}
</style>
background-color css
<style>
a { background-color: #1806AC; }
a { background-color: rgb(24,6,172); }
div.DivClassName
{
background-color: #1806AC;
}
.BgClassName
{
background-color: #1806AC;
}
</style>
border-color css
<style>
span { border-color: #1806AC; }
span { border-color: rgb(24,6,172); }
td.TdClassName
{
border-color: #1806AC;
}
.TagClassName
{
border-color: #1806AC;
}
</style>