Shades of Ultramarine #201287
Tints of Ultramarine #201287
RGB
CMYK
RGB Variations
Color information
#201287 (or 0x201287) is known color: Ultramarine. HEX triplet: 20, 12 and 87. RGB value is (32,18,135). Sum of RGB (Red+Green+Blue) = 32+18+135=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 135 (53.12% from 255 or 72.97% from 185); Max value from RGB is 135 - color contains mainly: blue. Hex color #201287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201287 is #DFED78. Grayscale: #232323. Windows color (decimal): -14675321 or 8852000. OLE color: 8852000.
HSL color Cylindrical-coordinate representation of color #201287: hue angle of 247.18º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201287 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 18 | 135 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.47 |
| HSL | 247.18º | 0.76% | 0.3% | - |
| HSV(B) | 247.18º | 0.87% | 0.53% | - |
| XYZ | 5.19 | 2.49 | 23.13 | - |
| YUV | 35.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 135 | 0.76 | 0.87 | 0 | 0.47 | 247.18 | 0.76 | 0.3 |
| Hex | 20 | 12 | 87 | 4C | 57 | 0 | 2F | F7 | 4C | 1E |
| Octal | 40 | 22 | 207 | 114 | 127 | 0 | 57 | 367 | 114 | 36 |
| Binary | 100000 | 10010 | 10000111 | 1001100 | 1010111 | 0 | 101111 | 11110111 | 1001100 | 11110 |
Color Harmonies of #201287
Complementary color
Monochromatic Colors of #201287
Black with #201287
Text Example
Text Example
White with #201287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201287; }
p { color: rgb(32,18,135); }
H1.HeaderClassName
{
color: #201287;
}
.AnyTagClassName
{
color: #201287;
}
</style>
background-color css
<style>
a { background-color: #201287; }
a { background-color: rgb(32,18,135); }
div.DivClassName
{
background-color: #201287;
}
.BgClassName
{
background-color: #201287;
}
</style>
border-color css
<style>
span { border-color: #201287; }
span { border-color: rgb(32,18,135); }
td.TdClassName
{
border-color: #201287;
}
.TagClassName
{
border-color: #201287;
}
</style>