Shades of Ultramarine #200597
Tints of Ultramarine #200597
RGB
CMYK
RGB Variations
Color information
#200597 (or 0x200597) is known color: Ultramarine. HEX triplet: 20, 05 and 97. RGB value is (32,5,151). Sum of RGB (Red+Green+Blue) = 32+5+151=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #200597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200597 is #DFFA68. Grayscale: #1D1D1D. Windows color (decimal): -14678633 or 9897248. OLE color: 9897248.
HSL color Cylindrical-coordinate representation of color #200597: hue angle of 251.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200597 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 5 | 151 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.41 |
| HSL | 251.1º | 0.94% | 0.31% | - |
| HSV(B) | 251.1º | 0.97% | 0.59% | - |
| XYZ | 6.24 | 2.65 | 29.46 | - |
| YUV | 29.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 151 | 0.79 | 0.97 | 0 | 0.41 | 251.1 | 0.94 | 0.31 |
| Hex | 20 | 5 | 97 | 4F | 61 | 0 | 29 | FB | 5E | 1F |
| Octal | 40 | 5 | 227 | 117 | 141 | 0 | 51 | 373 | 136 | 37 |
| Binary | 100000 | 101 | 10010111 | 1001111 | 1100001 | 0 | 101001 | 11111011 | 1011110 | 11111 |
Color Harmonies of #200597
Complementary color
Monochromatic Colors of #200597
Black with #200597
Text Example
Text Example
White with #200597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200597; }
p { color: rgb(32,5,151); }
H1.HeaderClassName
{
color: #200597;
}
.AnyTagClassName
{
color: #200597;
}
</style>
background-color css
<style>
a { background-color: #200597; }
a { background-color: rgb(32,5,151); }
div.DivClassName
{
background-color: #200597;
}
.BgClassName
{
background-color: #200597;
}
</style>
border-color css
<style>
span { border-color: #200597; }
span { border-color: rgb(32,5,151); }
td.TdClassName
{
border-color: #200597;
}
.TagClassName
{
border-color: #200597;
}
</style>