Shades of Ultramarine #201A93
Tints of Ultramarine #201A93
RGB
CMYK
RGB Variations
Color information
#201A93 (or 0x201A93) is known color: Ultramarine. HEX triplet: 20, 1A and 93. RGB value is (32,26,147). Sum of RGB (Red+Green+Blue) = 32+26+147=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #201A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A93 is #DFE56C. Grayscale: #292929. Windows color (decimal): -14673261 or 9640480. OLE color: 9640480.
HSL color Cylindrical-coordinate representation of color #201A93: hue angle of 242.98º 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 #201A93 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 26 | 147 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.42 |
| HSL | 242.98º | 0.7% | 0.34% | - |
| HSV(B) | 242.98º | 0.82% | 0.58% | - |
| XYZ | 6.23 | 3.15 | 27.88 | - |
| YUV | 41.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 147 | 0.78 | 0.82 | 0 | 0.42 | 242.98 | 0.7 | 0.34 |
| Hex | 20 | 1A | 93 | 4E | 52 | 0 | 2A | F3 | 46 | 22 |
| Octal | 40 | 32 | 223 | 116 | 122 | 0 | 52 | 363 | 106 | 42 |
| Binary | 100000 | 11010 | 10010011 | 1001110 | 1010010 | 0 | 101010 | 11110011 | 1000110 | 100010 |
Color Harmonies of #201A93
Complementary color
Monochromatic Colors of #201A93
Black with #201A93
Text Example
Text Example
White with #201A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A93; }
p { color: rgb(32,26,147); }
H1.HeaderClassName
{
color: #201A93;
}
.AnyTagClassName
{
color: #201A93;
}
</style>
background-color css
<style>
a { background-color: #201A93; }
a { background-color: rgb(32,26,147); }
div.DivClassName
{
background-color: #201A93;
}
.BgClassName
{
background-color: #201A93;
}
</style>
border-color css
<style>
span { border-color: #201A93; }
span { border-color: rgb(32,26,147); }
td.TdClassName
{
border-color: #201A93;
}
.TagClassName
{
border-color: #201A93;
}
</style>