Shades of Ultramarine #2006AD
Tints of Ultramarine #2006AD
RGB
CMYK
RGB Variations
Color information
#2006AD (or 0x2006AD) is known color: Ultramarine. HEX triplet: 20, 06 and AD. RGB value is (32,6,173). Sum of RGB (Red+Green+Blue) = 32+6+173=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #2006AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2006AD is #DFF952. Grayscale: #202020. Windows color (decimal): -14678355 or 11339296. OLE color: 11339296.
HSL color Cylindrical-coordinate representation of color #2006AD: hue angle of 249.34º 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 #2006AD is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 6 | 173 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.32 |
| HSL | 249.34º | 0.93% | 0.35% | - |
| HSV(B) | 249.34º | 0.97% | 0.68% | - |
| XYZ | 8.2 | 3.45 | 39.77 | - |
| YUV | 32.81 | 207.11 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 173 | 0.82 | 0.97 | 0 | 0.32 | 249.34 | 0.93 | 0.35 |
| Hex | 20 | 6 | AD | 52 | 61 | 0 | 20 | F9 | 5D | 23 |
| Octal | 40 | 6 | 255 | 122 | 141 | 0 | 40 | 371 | 135 | 43 |
| Binary | 100000 | 110 | 10101101 | 1010010 | 1100001 | 0 | 100000 | 11111001 | 1011101 | 100011 |
Color Harmonies of #2006AD
Complementary color
Monochromatic Colors of #2006AD
Black with #2006AD
Text Example
Text Example
White with #2006AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2006AD; }
p { color: rgb(32,6,173); }
H1.HeaderClassName
{
color: #2006AD;
}
.AnyTagClassName
{
color: #2006AD;
}
</style>
background-color css
<style>
a { background-color: #2006AD; }
a { background-color: rgb(32,6,173); }
div.DivClassName
{
background-color: #2006AD;
}
.BgClassName
{
background-color: #2006AD;
}
</style>
border-color css
<style>
span { border-color: #2006AD; }
span { border-color: rgb(32,6,173); }
td.TdClassName
{
border-color: #2006AD;
}
.TagClassName
{
border-color: #2006AD;
}
</style>