Shades of Ultramarine #2008B0
Tints of Ultramarine #2008B0
RGB
CMYK
RGB Variations
Color information
#2008B0 (or 0x2008B0) is known color: Ultramarine. HEX triplet: 20, 08 and B0. RGB value is (32,8,176). Sum of RGB (Red+Green+Blue) = 32+8+176=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 176 (69.14% from 255 or 81.48% from 216); Max value from RGB is 176 - color contains mainly: blue. Hex color #2008B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2008B0 is #DFF74F. Grayscale: #212121. Windows color (decimal): -14677840 or 11536416. OLE color: 11536416.
HSL color Cylindrical-coordinate representation of color #2008B0: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2008B0 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 8 | 176 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.31 |
| HSL | 248.57º | 0.91% | 0.36% | - |
| HSV(B) | 248.57º | 0.95% | 0.69% | - |
| XYZ | 8.52 | 3.62 | 41.32 | - |
| YUV | 34.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 176 | 0.82 | 0.95 | 0 | 0.31 | 248.57 | 0.91 | 0.36 |
| Hex | 20 | 8 | B0 | 52 | 5F | 0 | 1F | F9 | 5B | 24 |
| Octal | 40 | 10 | 260 | 122 | 137 | 0 | 37 | 371 | 133 | 44 |
| Binary | 100000 | 1000 | 10110000 | 1010010 | 1011111 | 0 | 11111 | 11111001 | 1011011 | 100100 |
Color Harmonies of #2008B0
Complementary color
Monochromatic Colors of #2008B0
Black with #2008B0
Text Example
Text Example
White with #2008B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008B0; }
p { color: rgb(32,8,176); }
H1.HeaderClassName
{
color: #2008B0;
}
.AnyTagClassName
{
color: #2008B0;
}
</style>
background-color css
<style>
a { background-color: #2008B0; }
a { background-color: rgb(32,8,176); }
div.DivClassName
{
background-color: #2008B0;
}
.BgClassName
{
background-color: #2008B0;
}
</style>
border-color css
<style>
span { border-color: #2008B0; }
span { border-color: rgb(32,8,176); }
td.TdClassName
{
border-color: #2008B0;
}
.TagClassName
{
border-color: #2008B0;
}
</style>