Shades of Ultramarine #2008AB
Tints of Ultramarine #2008AB
RGB
CMYK
RGB Variations
Color information
#2008AB (or 0x2008AB) is known color: Ultramarine. HEX triplet: 20, 08 and AB. RGB value is (32,8,171). Sum of RGB (Red+Green+Blue) = 32+8+171=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2008AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2008AB is #DFF754. Grayscale: #212121. Windows color (decimal): -14677845 or 11208736. OLE color: 11208736.
HSL color Cylindrical-coordinate representation of color #2008AB: hue angle of 248.83º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2008AB is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 8 | 171 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.33 |
| HSL | 248.83º | 0.91% | 0.35% | - |
| HSV(B) | 248.83º | 0.95% | 0.67% | - |
| XYZ | 8.03 | 3.42 | 38.77 | - |
| YUV | 33.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 171 | 0.81 | 0.95 | 0 | 0.33 | 248.83 | 0.91 | 0.35 |
| Hex | 20 | 8 | AB | 51 | 5F | 0 | 21 | F9 | 5B | 23 |
| Octal | 40 | 10 | 253 | 121 | 137 | 0 | 41 | 371 | 133 | 43 |
| Binary | 100000 | 1000 | 10101011 | 1010001 | 1011111 | 0 | 100001 | 11111001 | 1011011 | 100011 |
Color Harmonies of #2008AB
Complementary color
Monochromatic Colors of #2008AB
Black with #2008AB
Text Example
Text Example
White with #2008AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008AB; }
p { color: rgb(32,8,171); }
H1.HeaderClassName
{
color: #2008AB;
}
.AnyTagClassName
{
color: #2008AB;
}
</style>
background-color css
<style>
a { background-color: #2008AB; }
a { background-color: rgb(32,8,171); }
div.DivClassName
{
background-color: #2008AB;
}
.BgClassName
{
background-color: #2008AB;
}
</style>
border-color css
<style>
span { border-color: #2008AB; }
span { border-color: rgb(32,8,171); }
td.TdClassName
{
border-color: #2008AB;
}
.TagClassName
{
border-color: #2008AB;
}
</style>