Shades of Ultramarine #2008AD
Tints of Ultramarine #2008AD
RGB
CMYK
RGB Variations
Color information
#2008AD (or 0x2008AD) is known color: Ultramarine. HEX triplet: 20, 08 and AD. RGB value is (32,8,173). Sum of RGB (Red+Green+Blue) = 32+8+173=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2008AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2008AD is #DFF752. Grayscale: #212121. Windows color (decimal): -14677843 or 11339808. OLE color: 11339808.
HSL color Cylindrical-coordinate representation of color #2008AD: hue angle of 248.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2008AD is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 8 | 173 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.32 |
| HSL | 248.73º | 0.91% | 0.35% | - |
| HSV(B) | 248.73º | 0.95% | 0.68% | - |
| XYZ | 8.23 | 3.5 | 39.78 | - |
| YUV | 33.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 173 | 0.82 | 0.95 | 0 | 0.32 | 248.73 | 0.91 | 0.35 |
| Hex | 20 | 8 | AD | 52 | 5F | 0 | 20 | F9 | 5B | 23 |
| Octal | 40 | 10 | 255 | 122 | 137 | 0 | 40 | 371 | 133 | 43 |
| Binary | 100000 | 1000 | 10101101 | 1010010 | 1011111 | 0 | 100000 | 11111001 | 1011011 | 100011 |
Color Harmonies of #2008AD
Complementary color
Monochromatic Colors of #2008AD
Black with #2008AD
Text Example
Text Example
White with #2008AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008AD; }
p { color: rgb(32,8,173); }
H1.HeaderClassName
{
color: #2008AD;
}
.AnyTagClassName
{
color: #2008AD;
}
</style>
background-color css
<style>
a { background-color: #2008AD; }
a { background-color: rgb(32,8,173); }
div.DivClassName
{
background-color: #2008AD;
}
.BgClassName
{
background-color: #2008AD;
}
</style>
border-color css
<style>
span { border-color: #2008AD; }
span { border-color: rgb(32,8,173); }
td.TdClassName
{
border-color: #2008AD;
}
.TagClassName
{
border-color: #2008AD;
}
</style>