Shades of Ultramarine #201A95
Tints of Ultramarine #201A95
RGB
CMYK
RGB Variations
Color information
#201A95 (or 0x201A95) is known color: Ultramarine. HEX triplet: 20, 1A and 95. RGB value is (32,26,149). Sum of RGB (Red+Green+Blue) = 32+26+149=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #201A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A95 is #DFE56A. Grayscale: #292929. Windows color (decimal): -14673259 or 9771552. OLE color: 9771552.
HSL color Cylindrical-coordinate representation of color #201A95: hue angle of 242.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201A95 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 26 | 149 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.42 |
| HSL | 242.93º | 0.7% | 0.34% | - |
| HSV(B) | 242.93º | 0.83% | 0.58% | - |
| XYZ | 6.39 | 3.22 | 28.72 | - |
| YUV | 41.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 149 | 0.79 | 0.83 | 0 | 0.42 | 242.93 | 0.7 | 0.34 |
| Hex | 20 | 1A | 95 | 4F | 53 | 0 | 2A | F3 | 46 | 22 |
| Octal | 40 | 32 | 225 | 117 | 123 | 0 | 52 | 363 | 106 | 42 |
| Binary | 100000 | 11010 | 10010101 | 1001111 | 1010011 | 0 | 101010 | 11110011 | 1000110 | 100010 |
Color Harmonies of #201A95
Complementary color
Monochromatic Colors of #201A95
Black with #201A95
Text Example
Text Example
White with #201A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A95; }
p { color: rgb(32,26,149); }
H1.HeaderClassName
{
color: #201A95;
}
.AnyTagClassName
{
color: #201A95;
}
</style>
background-color css
<style>
a { background-color: #201A95; }
a { background-color: rgb(32,26,149); }
div.DivClassName
{
background-color: #201A95;
}
.BgClassName
{
background-color: #201A95;
}
</style>
border-color css
<style>
span { border-color: #201A95; }
span { border-color: rgb(32,26,149); }
td.TdClassName
{
border-color: #201A95;
}
.TagClassName
{
border-color: #201A95;
}
</style>