Shades of Ultramarine #201385
Tints of Ultramarine #201385
RGB
CMYK
RGB Variations
Color information
#201385 (or 0x201385) is known color: Ultramarine. HEX triplet: 20, 13 and 85. RGB value is (32,19,133). Sum of RGB (Red+Green+Blue) = 32+19+133=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #201385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201385 is #DFEC7A. Grayscale: #232323. Windows color (decimal): -14675067 or 8721184. OLE color: 8721184.
HSL color Cylindrical-coordinate representation of color #201385: hue angle of 246.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201385 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 19 | 133 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.48 |
| HSL | 246.84º | 0.75% | 0.3% | - |
| HSV(B) | 246.84º | 0.86% | 0.52% | - |
| XYZ | 5.06 | 2.47 | 22.4 | - |
| YUV | 35.88 | 182.81 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 133 | 0.76 | 0.86 | 0 | 0.48 | 246.84 | 0.75 | 0.3 |
| Hex | 20 | 13 | 85 | 4C | 56 | 0 | 30 | F7 | 4B | 1E |
| Octal | 40 | 23 | 205 | 114 | 126 | 0 | 60 | 367 | 113 | 36 |
| Binary | 100000 | 10011 | 10000101 | 1001100 | 1010110 | 0 | 110000 | 11110111 | 1001011 | 11110 |
Color Harmonies of #201385
Complementary color
Monochromatic Colors of #201385
Black with #201385
Text Example
Text Example
White with #201385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201385; }
p { color: rgb(32,19,133); }
H1.HeaderClassName
{
color: #201385;
}
.AnyTagClassName
{
color: #201385;
}
</style>
background-color css
<style>
a { background-color: #201385; }
a { background-color: rgb(32,19,133); }
div.DivClassName
{
background-color: #201385;
}
.BgClassName
{
background-color: #201385;
}
</style>
border-color css
<style>
span { border-color: #201385; }
span { border-color: rgb(32,19,133); }
td.TdClassName
{
border-color: #201385;
}
.TagClassName
{
border-color: #201385;
}
</style>