Shades of Ultramarine #2002B0
Tints of Ultramarine #2002B0
RGB
CMYK
RGB Variations
Color information
#2002B0 (or 0x2002B0) is known color: Ultramarine. HEX triplet: 20, 02 and B0. RGB value is (32,2,176). Sum of RGB (Red+Green+Blue) = 32+2+176=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 176 (69.14% from 255 or 83.81% from 210); Max value from RGB is 176 - color contains mainly: blue. Hex color #2002B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2002B0 is #DFFD4F. Grayscale: #1E1E1E. Windows color (decimal): -14679376 or 11534880. OLE color: 11534880.
HSL color Cylindrical-coordinate representation of color #2002B0: hue angle of 250.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002B0 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 2 | 176 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.31 |
| HSL | 250.34º | 0.98% | 0.35% | - |
| HSV(B) | 250.34º | 0.99% | 0.69% | - |
| XYZ | 8.45 | 3.49 | 41.3 | - |
| YUV | 30.81 | 209.94 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 176 | 0.82 | 0.99 | 0 | 0.31 | 250.34 | 0.98 | 0.35 |
| Hex | 20 | 2 | B0 | 52 | 63 | 0 | 1F | FA | 62 | 23 |
| Octal | 40 | 2 | 260 | 122 | 143 | 0 | 37 | 372 | 142 | 43 |
| Binary | 100000 | 10 | 10110000 | 1010010 | 1100011 | 0 | 11111 | 11111010 | 1100010 | 100011 |
Color Harmonies of #2002B0
Complementary color
Monochromatic Colors of #2002B0
Black with #2002B0
Text Example
Text Example
White with #2002B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002B0; }
p { color: rgb(32,2,176); }
H1.HeaderClassName
{
color: #2002B0;
}
.AnyTagClassName
{
color: #2002B0;
}
</style>
background-color css
<style>
a { background-color: #2002B0; }
a { background-color: rgb(32,2,176); }
div.DivClassName
{
background-color: #2002B0;
}
.BgClassName
{
background-color: #2002B0;
}
</style>
border-color css
<style>
span { border-color: #2002B0; }
span { border-color: rgb(32,2,176); }
td.TdClassName
{
border-color: #2002B0;
}
.TagClassName
{
border-color: #2002B0;
}
</style>