Shades of Ultramarine #200898
Tints of Ultramarine #200898
RGB
CMYK
RGB Variations
Color information
#200898 (or 0x200898) is known color: Ultramarine. HEX triplet: 20, 08 and 98. RGB value is (32,8,152). Sum of RGB (Red+Green+Blue) = 32+8+152=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #200898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200898 is #DFF767. Grayscale: #1F1F1F. Windows color (decimal): -14677864 or 9963552. OLE color: 9963552.
HSL color Cylindrical-coordinate representation of color #200898: hue angle of 250º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200898 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 8 | 152 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.40 |
| HSL | 250º | 0.9% | 0.31% | - |
| HSV(B) | 250º | 0.95% | 0.6% | - |
| XYZ | 6.35 | 2.75 | 29.9 | - |
| YUV | 31.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 152 | 0.79 | 0.95 | 0 | 0.40 | 250 | 0.9 | 0.31 |
| Hex | 20 | 8 | 98 | 4F | 5F | 0 | 28 | FA | 5A | 1F |
| Octal | 40 | 10 | 230 | 117 | 137 | 0 | 50 | 372 | 132 | 37 |
| Binary | 100000 | 1000 | 10011000 | 1001111 | 1011111 | 0 | 101000 | 11111010 | 1011010 | 11111 |
Color Harmonies of #200898
Complementary color
Monochromatic Colors of #200898
Black with #200898
Text Example
Text Example
White with #200898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200898; }
p { color: rgb(32,8,152); }
H1.HeaderClassName
{
color: #200898;
}
.AnyTagClassName
{
color: #200898;
}
</style>
background-color css
<style>
a { background-color: #200898; }
a { background-color: rgb(32,8,152); }
div.DivClassName
{
background-color: #200898;
}
.BgClassName
{
background-color: #200898;
}
</style>
border-color css
<style>
span { border-color: #200898; }
span { border-color: rgb(32,8,152); }
td.TdClassName
{
border-color: #200898;
}
.TagClassName
{
border-color: #200898;
}
</style>