Shades of Ultramarine #200B89
Tints of Ultramarine #200B89
RGB
CMYK
RGB Variations
Color information
#200B89 (or 0x200B89) is known color: Ultramarine. HEX triplet: 20, 0B and 89. RGB value is (32,11,137). Sum of RGB (Red+Green+Blue) = 32+11+137=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #200B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200B89 is #DFF476. Grayscale: #1F1F1F. Windows color (decimal): -14677111 or 8981280. OLE color: 8981280.
HSL color Cylindrical-coordinate representation of color #200B89: hue angle of 250º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200B89 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 11 | 137 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.46 |
| HSL | 250º | 0.85% | 0.29% | - |
| HSV(B) | 250º | 0.92% | 0.54% | - |
| XYZ | 5.23 | 2.35 | 23.85 | - |
| YUV | 31.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 137 | 0.77 | 0.92 | 0 | 0.46 | 250 | 0.85 | 0.29 |
| Hex | 20 | B | 89 | 4D | 5C | 0 | 2E | FA | 55 | 1D |
| Octal | 40 | 13 | 211 | 115 | 134 | 0 | 56 | 372 | 125 | 35 |
| Binary | 100000 | 1011 | 10001001 | 1001101 | 1011100 | 0 | 101110 | 11111010 | 1010101 | 11101 |
Color Harmonies of #200B89
Complementary color
Monochromatic Colors of #200B89
Black with #200B89
Text Example
Text Example
White with #200B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B89; }
p { color: rgb(32,11,137); }
H1.HeaderClassName
{
color: #200B89;
}
.AnyTagClassName
{
color: #200B89;
}
</style>
background-color css
<style>
a { background-color: #200B89; }
a { background-color: rgb(32,11,137); }
div.DivClassName
{
background-color: #200B89;
}
.BgClassName
{
background-color: #200B89;
}
</style>
border-color css
<style>
span { border-color: #200B89; }
span { border-color: rgb(32,11,137); }
td.TdClassName
{
border-color: #200B89;
}
.TagClassName
{
border-color: #200B89;
}
</style>