Shades of Ultramarine #2018AD
Tints of Ultramarine #2018AD
RGB
CMYK
RGB Variations
Color information
#2018AD (or 0x2018AD) is known color: Ultramarine. HEX triplet: 20, 18 and AD. RGB value is (32,24,173). Sum of RGB (Red+Green+Blue) = 32+24+173=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #2018AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2018AD is #DFE752. Grayscale: #2A2A2A. Windows color (decimal): -14673747 or 11343904. OLE color: 11343904.
HSL color Cylindrical-coordinate representation of color #2018AD: hue angle of 243.22º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2018AD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 24 | 173 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.32 |
| HSL | 243.22º | 0.76% | 0.39% | - |
| HSV(B) | 243.22º | 0.86% | 0.68% | - |
| XYZ | 8.47 | 3.98 | 39.86 | - |
| YUV | 43.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 173 | 0.82 | 0.86 | 0 | 0.32 | 243.22 | 0.76 | 0.39 |
| Hex | 20 | 18 | AD | 52 | 56 | 0 | 20 | F3 | 4C | 27 |
| Octal | 40 | 30 | 255 | 122 | 126 | 0 | 40 | 363 | 114 | 47 |
| Binary | 100000 | 11000 | 10101101 | 1010010 | 1010110 | 0 | 100000 | 11110011 | 1001100 | 100111 |
Color Harmonies of #2018AD
Complementary color
Monochromatic Colors of #2018AD
Black with #2018AD
Text Example
Text Example
White with #2018AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018AD; }
p { color: rgb(32,24,173); }
H1.HeaderClassName
{
color: #2018AD;
}
.AnyTagClassName
{
color: #2018AD;
}
</style>
background-color css
<style>
a { background-color: #2018AD; }
a { background-color: rgb(32,24,173); }
div.DivClassName
{
background-color: #2018AD;
}
.BgClassName
{
background-color: #2018AD;
}
</style>
border-color css
<style>
span { border-color: #2018AD; }
span { border-color: rgb(32,24,173); }
td.TdClassName
{
border-color: #2018AD;
}
.TagClassName
{
border-color: #2018AD;
}
</style>