Shades of Ultramarine #200DB1
Tints of Ultramarine #200DB1
RGB
CMYK
RGB Variations
Color information
#200DB1 (or 0x200DB1) is known color: Ultramarine. HEX triplet: 20, 0D and B1. RGB value is (32,13,177). Sum of RGB (Red+Green+Blue) = 32+13+177=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #200DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200DB1 is #DFF24E. Grayscale: #242424. Windows color (decimal): -14676559 or 11603232. OLE color: 11603232.
HSL color Cylindrical-coordinate representation of color #200DB1: hue angle of 246.95º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200DB1 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 13 | 177 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.31 |
| HSL | 246.95º | 0.86% | 0.37% | - |
| HSV(B) | 246.95º | 0.93% | 0.69% | - |
| XYZ | 8.68 | 3.77 | 41.87 | - |
| YUV | 37.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 177 | 0.82 | 0.93 | 0 | 0.31 | 246.95 | 0.86 | 0.37 |
| Hex | 20 | D | B1 | 52 | 5D | 0 | 1F | F7 | 56 | 25 |
| Octal | 40 | 15 | 261 | 122 | 135 | 0 | 37 | 367 | 126 | 45 |
| Binary | 100000 | 1101 | 10110001 | 1010010 | 1011101 | 0 | 11111 | 11110111 | 1010110 | 100101 |
Color Harmonies of #200DB1
Complementary color
Monochromatic Colors of #200DB1
Black with #200DB1
Text Example
Text Example
White with #200DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DB1; }
p { color: rgb(32,13,177); }
H1.HeaderClassName
{
color: #200DB1;
}
.AnyTagClassName
{
color: #200DB1;
}
</style>
background-color css
<style>
a { background-color: #200DB1; }
a { background-color: rgb(32,13,177); }
div.DivClassName
{
background-color: #200DB1;
}
.BgClassName
{
background-color: #200DB1;
}
</style>
border-color css
<style>
span { border-color: #200DB1; }
span { border-color: rgb(32,13,177); }
td.TdClassName
{
border-color: #200DB1;
}
.TagClassName
{
border-color: #200DB1;
}
</style>