Shades of Ultramarine #201597
Tints of Ultramarine #201597
RGB
CMYK
RGB Variations
Color information
#201597 (or 0x201597) is known color: Ultramarine. HEX triplet: 20, 15 and 97. RGB value is (32,21,151). Sum of RGB (Red+Green+Blue) = 32+21+151=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #201597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201597 is #DFEA68. Grayscale: #262626. Windows color (decimal): -14674537 or 9901344. OLE color: 9901344.
HSL color Cylindrical-coordinate representation of color #201597: hue angle of 245.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201597 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 21 | 151 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.41 |
| HSL | 245.08º | 0.76% | 0.34% | - |
| HSV(B) | 245.08º | 0.86% | 0.59% | - |
| XYZ | 6.45 | 3.08 | 29.53 | - |
| YUV | 39.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 151 | 0.79 | 0.86 | 0 | 0.41 | 245.08 | 0.76 | 0.34 |
| Hex | 20 | 15 | 97 | 4F | 56 | 0 | 29 | F5 | 4C | 22 |
| Octal | 40 | 25 | 227 | 117 | 126 | 0 | 51 | 365 | 114 | 42 |
| Binary | 100000 | 10101 | 10010111 | 1001111 | 1010110 | 0 | 101001 | 11110101 | 1001100 | 100010 |
Color Harmonies of #201597
Complementary color
Monochromatic Colors of #201597
Black with #201597
Text Example
Text Example
White with #201597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201597; }
p { color: rgb(32,21,151); }
H1.HeaderClassName
{
color: #201597;
}
.AnyTagClassName
{
color: #201597;
}
</style>
background-color css
<style>
a { background-color: #201597; }
a { background-color: rgb(32,21,151); }
div.DivClassName
{
background-color: #201597;
}
.BgClassName
{
background-color: #201597;
}
</style>
border-color css
<style>
span { border-color: #201597; }
span { border-color: rgb(32,21,151); }
td.TdClassName
{
border-color: #201597;
}
.TagClassName
{
border-color: #201597;
}
</style>