Shades of Ultramarine #200797
Tints of Ultramarine #200797
RGB
CMYK
RGB Variations
Color information
#200797 (or 0x200797) is known color: Ultramarine. HEX triplet: 20, 07 and 97. RGB value is (32,7,151). Sum of RGB (Red+Green+Blue) = 32+7+151=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #200797 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200797 is #DFF868. Grayscale: #1E1E1E. Windows color (decimal): -14678121 or 9897760. OLE color: 9897760.
HSL color Cylindrical-coordinate representation of color #200797: hue angle of 250.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200797 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 7 | 151 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.41 |
| HSL | 250.42º | 0.91% | 0.31% | - |
| HSV(B) | 250.42º | 0.95% | 0.59% | - |
| XYZ | 6.26 | 2.69 | 29.47 | - |
| YUV | 30.89 | 195.78 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 151 | 0.79 | 0.95 | 0 | 0.41 | 250.42 | 0.91 | 0.31 |
| Hex | 20 | 7 | 97 | 4F | 5F | 0 | 29 | FA | 5B | 1F |
| Octal | 40 | 7 | 227 | 117 | 137 | 0 | 51 | 372 | 133 | 37 |
| Binary | 100000 | 111 | 10010111 | 1001111 | 1011111 | 0 | 101001 | 11111010 | 1011011 | 11111 |
Color Harmonies of #200797
Complementary color
Monochromatic Colors of #200797
Black with #200797
Text Example
Text Example
White with #200797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200797; }
p { color: rgb(32,7,151); }
H1.HeaderClassName
{
color: #200797;
}
.AnyTagClassName
{
color: #200797;
}
</style>
background-color css
<style>
a { background-color: #200797; }
a { background-color: rgb(32,7,151); }
div.DivClassName
{
background-color: #200797;
}
.BgClassName
{
background-color: #200797;
}
</style>
border-color css
<style>
span { border-color: #200797; }
span { border-color: rgb(32,7,151); }
td.TdClassName
{
border-color: #200797;
}
.TagClassName
{
border-color: #200797;
}
</style>