Shades of Ultramarine #1806AD
Tints of Ultramarine #1806AD
RGB
CMYK
RGB Variations
Color information
#1806AD (or 0x1806AD) is known color: Ultramarine. HEX triplet: 18, 06 and AD. RGB value is (24,6,173). Sum of RGB (Red+Green+Blue) = 24+6+173=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #1806AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1806AD is #E7F952. Grayscale: #1D1D1D. Windows color (decimal): -15202643 or 11339288. OLE color: 11339288.
HSL color Cylindrical-coordinate representation of color #1806AD: hue angle of 246.47º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806AD is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 6 | 173 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.32 |
| HSL | 246.47º | 0.93% | 0.35% | - |
| HSV(B) | 246.47º | 0.97% | 0.68% | - |
| XYZ | 7.98 | 3.34 | 39.76 | - |
| YUV | 30.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 173 | 0.86 | 0.97 | 0 | 0.32 | 246.47 | 0.93 | 0.35 |
| Hex | 18 | 6 | AD | 56 | 61 | 0 | 20 | F6 | 5D | 23 |
| Octal | 30 | 6 | 255 | 126 | 141 | 0 | 40 | 366 | 135 | 43 |
| Binary | 11000 | 110 | 10101101 | 1010110 | 1100001 | 0 | 100000 | 11110110 | 1011101 | 100011 |
Color Harmonies of #1806AD
Complementary color
Monochromatic Colors of #1806AD
Black with #1806AD
Text Example
Text Example
White with #1806AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1806AD; }
p { color: rgb(24,6,173); }
H1.HeaderClassName
{
color: #1806AD;
}
.AnyTagClassName
{
color: #1806AD;
}
</style>
background-color css
<style>
a { background-color: #1806AD; }
a { background-color: rgb(24,6,173); }
div.DivClassName
{
background-color: #1806AD;
}
.BgClassName
{
background-color: #1806AD;
}
</style>
border-color css
<style>
span { border-color: #1806AD; }
span { border-color: rgb(24,6,173); }
td.TdClassName
{
border-color: #1806AD;
}
.TagClassName
{
border-color: #1806AD;
}
</style>