Shades of Ultramarine #201894
Tints of Ultramarine #201894
RGB
CMYK
RGB Variations
Color information
#201894 (or 0x201894) is known color: Ultramarine. HEX triplet: 20, 18 and 94. RGB value is (32,24,148). Sum of RGB (Red+Green+Blue) = 32+24+148=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #201894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201894 is #DFE76B. Grayscale: #282828. Windows color (decimal): -14673772 or 9705504. OLE color: 9705504.
HSL color Cylindrical-coordinate representation of color #201894: hue angle of 243.87º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201894 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 24 | 148 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.42 |
| HSL | 243.87º | 0.72% | 0.34% | - |
| HSV(B) | 243.87º | 0.84% | 0.58% | - |
| XYZ | 6.27 | 3.1 | 28.28 | - |
| YUV | 40.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 148 | 0.78 | 0.84 | 0 | 0.42 | 243.87 | 0.72 | 0.34 |
| Hex | 20 | 18 | 94 | 4E | 54 | 0 | 2A | F4 | 48 | 22 |
| Octal | 40 | 30 | 224 | 116 | 124 | 0 | 52 | 364 | 110 | 42 |
| Binary | 100000 | 11000 | 10010100 | 1001110 | 1010100 | 0 | 101010 | 11110100 | 1001000 | 100010 |
Color Harmonies of #201894
Complementary color
Monochromatic Colors of #201894
Black with #201894
Text Example
Text Example
White with #201894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201894; }
p { color: rgb(32,24,148); }
H1.HeaderClassName
{
color: #201894;
}
.AnyTagClassName
{
color: #201894;
}
</style>
background-color css
<style>
a { background-color: #201894; }
a { background-color: rgb(32,24,148); }
div.DivClassName
{
background-color: #201894;
}
.BgClassName
{
background-color: #201894;
}
</style>
border-color css
<style>
span { border-color: #201894; }
span { border-color: rgb(32,24,148); }
td.TdClassName
{
border-color: #201894;
}
.TagClassName
{
border-color: #201894;
}
</style>