Shades of Ultramarine #201896
Tints of Ultramarine #201896
RGB
CMYK
RGB Variations
Color information
#201896 (or 0x201896) is known color: Ultramarine. HEX triplet: 20, 18 and 96. RGB value is (32,24,150). Sum of RGB (Red+Green+Blue) = 32+24+150=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #201896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201896 is #DFE769. Grayscale: #282828. Windows color (decimal): -14673770 or 9836576. OLE color: 9836576.
HSL color Cylindrical-coordinate representation of color #201896: hue angle of 243.81º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201896 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 24 | 150 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.41 |
| HSL | 243.81º | 0.72% | 0.34% | - |
| HSV(B) | 243.81º | 0.84% | 0.59% | - |
| XYZ | 6.43 | 3.16 | 29.13 | - |
| YUV | 40.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 150 | 0.79 | 0.84 | 0 | 0.41 | 243.81 | 0.72 | 0.34 |
| Hex | 20 | 18 | 96 | 4F | 54 | 0 | 29 | F4 | 48 | 22 |
| Octal | 40 | 30 | 226 | 117 | 124 | 0 | 51 | 364 | 110 | 42 |
| Binary | 100000 | 11000 | 10010110 | 1001111 | 1010100 | 0 | 101001 | 11110100 | 1001000 | 100010 |
Color Harmonies of #201896
Complementary color
Monochromatic Colors of #201896
Black with #201896
Text Example
Text Example
White with #201896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201896; }
p { color: rgb(32,24,150); }
H1.HeaderClassName
{
color: #201896;
}
.AnyTagClassName
{
color: #201896;
}
</style>
background-color css
<style>
a { background-color: #201896; }
a { background-color: rgb(32,24,150); }
div.DivClassName
{
background-color: #201896;
}
.BgClassName
{
background-color: #201896;
}
</style>
border-color css
<style>
span { border-color: #201896; }
span { border-color: rgb(32,24,150); }
td.TdClassName
{
border-color: #201896;
}
.TagClassName
{
border-color: #201896;
}
</style>