Shades of Ultramarine #201694
Tints of Ultramarine #201694
RGB
CMYK
RGB Variations
Color information
#201694 (or 0x201694) is known color: Ultramarine. HEX triplet: 20, 16 and 94. RGB value is (32,22,148). Sum of RGB (Red+Green+Blue) = 32+22+148=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #201694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201694 is #DFE96B. Grayscale: #262626. Windows color (decimal): -14674284 or 9704992. OLE color: 9704992.
HSL color Cylindrical-coordinate representation of color #201694: hue angle of 244.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201694 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 22 | 148 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.42 |
| HSL | 244.76º | 0.74% | 0.33% | - |
| HSV(B) | 244.76º | 0.85% | 0.58% | - |
| XYZ | 6.23 | 3.02 | 28.27 | - |
| YUV | 39.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 148 | 0.78 | 0.85 | 0 | 0.42 | 244.76 | 0.74 | 0.33 |
| Hex | 20 | 16 | 94 | 4E | 55 | 0 | 2A | F5 | 4A | 21 |
| Octal | 40 | 26 | 224 | 116 | 125 | 0 | 52 | 365 | 112 | 41 |
| Binary | 100000 | 10110 | 10010100 | 1001110 | 1010101 | 0 | 101010 | 11110101 | 1001010 | 100001 |
Color Harmonies of #201694
Complementary color
Monochromatic Colors of #201694
Black with #201694
Text Example
Text Example
White with #201694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201694; }
p { color: rgb(32,22,148); }
H1.HeaderClassName
{
color: #201694;
}
.AnyTagClassName
{
color: #201694;
}
</style>
background-color css
<style>
a { background-color: #201694; }
a { background-color: rgb(32,22,148); }
div.DivClassName
{
background-color: #201694;
}
.BgClassName
{
background-color: #201694;
}
</style>
border-color css
<style>
span { border-color: #201694; }
span { border-color: rgb(32,22,148); }
td.TdClassName
{
border-color: #201694;
}
.TagClassName
{
border-color: #201694;
}
</style>