Shades of Ultramarine #201696
Tints of Ultramarine #201696
RGB
CMYK
RGB Variations
Color information
#201696 (or 0x201696) is known color: Ultramarine. HEX triplet: 20, 16 and 96. RGB value is (32,22,150). Sum of RGB (Red+Green+Blue) = 32+22+150=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #201696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201696 is #DFE969. Grayscale: #272727. Windows color (decimal): -14674282 or 9836064. OLE color: 9836064.
HSL color Cylindrical-coordinate representation of color #201696: hue angle of 244.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201696 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 22 | 150 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.41 |
| HSL | 244.69º | 0.74% | 0.34% | - |
| HSV(B) | 244.69º | 0.85% | 0.59% | - |
| XYZ | 6.39 | 3.08 | 29.11 | - |
| YUV | 39.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 150 | 0.79 | 0.85 | 0 | 0.41 | 244.69 | 0.74 | 0.34 |
| Hex | 20 | 16 | 96 | 4F | 55 | 0 | 29 | F5 | 4A | 22 |
| Octal | 40 | 26 | 226 | 117 | 125 | 0 | 51 | 365 | 112 | 42 |
| Binary | 100000 | 10110 | 10010110 | 1001111 | 1010101 | 0 | 101001 | 11110101 | 1001010 | 100010 |
Color Harmonies of #201696
Complementary color
Monochromatic Colors of #201696
Black with #201696
Text Example
Text Example
White with #201696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201696; }
p { color: rgb(32,22,150); }
H1.HeaderClassName
{
color: #201696;
}
.AnyTagClassName
{
color: #201696;
}
</style>
background-color css
<style>
a { background-color: #201696; }
a { background-color: rgb(32,22,150); }
div.DivClassName
{
background-color: #201696;
}
.BgClassName
{
background-color: #201696;
}
</style>
border-color css
<style>
span { border-color: #201696; }
span { border-color: rgb(32,22,150); }
td.TdClassName
{
border-color: #201696;
}
.TagClassName
{
border-color: #201696;
}
</style>