Shades of Ultramarine #201A94
Tints of Ultramarine #201A94
RGB
CMYK
RGB Variations
Color information
#201A94 (or 0x201A94) is known color: Ultramarine. HEX triplet: 20, 1A and 94. RGB value is (32,26,148). Sum of RGB (Red+Green+Blue) = 32+26+148=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #201A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A94 is #DFE56B. Grayscale: #292929. Windows color (decimal): -14673260 or 9706016. OLE color: 9706016.
HSL color Cylindrical-coordinate representation of color #201A94: hue angle of 242.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201A94 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 26 | 148 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.42 |
| HSL | 242.95º | 0.7% | 0.34% | - |
| HSV(B) | 242.95º | 0.82% | 0.58% | - |
| XYZ | 6.31 | 3.18 | 28.3 | - |
| YUV | 41.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 148 | 0.78 | 0.82 | 0 | 0.42 | 242.95 | 0.7 | 0.34 |
| Hex | 20 | 1A | 94 | 4E | 52 | 0 | 2A | F3 | 46 | 22 |
| Octal | 40 | 32 | 224 | 116 | 122 | 0 | 52 | 363 | 106 | 42 |
| Binary | 100000 | 11010 | 10010100 | 1001110 | 1010010 | 0 | 101010 | 11110011 | 1000110 | 100010 |
Color Harmonies of #201A94
Complementary color
Monochromatic Colors of #201A94
Black with #201A94
Text Example
Text Example
White with #201A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A94; }
p { color: rgb(32,26,148); }
H1.HeaderClassName
{
color: #201A94;
}
.AnyTagClassName
{
color: #201A94;
}
</style>
background-color css
<style>
a { background-color: #201A94; }
a { background-color: rgb(32,26,148); }
div.DivClassName
{
background-color: #201A94;
}
.BgClassName
{
background-color: #201A94;
}
</style>
border-color css
<style>
span { border-color: #201A94; }
span { border-color: rgb(32,26,148); }
td.TdClassName
{
border-color: #201A94;
}
.TagClassName
{
border-color: #201A94;
}
</style>