Shades of Ultramarine #201C94
Tints of Ultramarine #201C94
RGB
CMYK
RGB Variations
Color information
#201C94 (or 0x201C94) is known color: Ultramarine. HEX triplet: 20, 1C and 94. RGB value is (32,28,148). Sum of RGB (Red+Green+Blue) = 32+28+148=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #201C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C94 is #DFE36B. Grayscale: #2A2A2A. Windows color (decimal): -14672748 or 9706528. OLE color: 9706528.
HSL color Cylindrical-coordinate representation of color #201C94: hue angle of 242º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C94 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 28 | 148 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.42 |
| HSL | 242º | 0.68% | 0.35% | - |
| HSV(B) | 242º | 0.81% | 0.58% | - |
| XYZ | 6.36 | 3.28 | 28.31 | - |
| YUV | 42.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 148 | 0.78 | 0.81 | 0 | 0.42 | 242 | 0.68 | 0.35 |
| Hex | 20 | 1C | 94 | 4E | 51 | 0 | 2A | F2 | 44 | 23 |
| Octal | 40 | 34 | 224 | 116 | 121 | 0 | 52 | 362 | 104 | 43 |
| Binary | 100000 | 11100 | 10010100 | 1001110 | 1010001 | 0 | 101010 | 11110010 | 1000100 | 100011 |
Color Harmonies of #201C94
Complementary color
Monochromatic Colors of #201C94
Black with #201C94
Text Example
Text Example
White with #201C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C94; }
p { color: rgb(32,28,148); }
H1.HeaderClassName
{
color: #201C94;
}
.AnyTagClassName
{
color: #201C94;
}
</style>
background-color css
<style>
a { background-color: #201C94; }
a { background-color: rgb(32,28,148); }
div.DivClassName
{
background-color: #201C94;
}
.BgClassName
{
background-color: #201C94;
}
</style>
border-color css
<style>
span { border-color: #201C94; }
span { border-color: rgb(32,28,148); }
td.TdClassName
{
border-color: #201C94;
}
.TagClassName
{
border-color: #201C94;
}
</style>