Shades of Ultramarine #201488
Tints of Ultramarine #201488
RGB
CMYK
RGB Variations
Color information
#201488 (or 0x201488) is known color: Ultramarine. HEX triplet: 20, 14 and 88. RGB value is (32,20,136). Sum of RGB (Red+Green+Blue) = 32+20+136=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #201488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201488 is #DFEB77. Grayscale: #242424. Windows color (decimal): -14674808 or 8918048. OLE color: 8918048.
HSL color Cylindrical-coordinate representation of color #201488: hue angle of 246.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201488 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 20 | 136 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.47 |
| HSL | 246.21º | 0.74% | 0.31% | - |
| HSV(B) | 246.21º | 0.85% | 0.53% | - |
| XYZ | 5.29 | 2.58 | 23.51 | - |
| YUV | 36.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 136 | 0.76 | 0.85 | 0 | 0.47 | 246.21 | 0.74 | 0.31 |
| Hex | 20 | 14 | 88 | 4C | 55 | 0 | 2F | F6 | 4A | 1F |
| Octal | 40 | 24 | 210 | 114 | 125 | 0 | 57 | 366 | 112 | 37 |
| Binary | 100000 | 10100 | 10001000 | 1001100 | 1010101 | 0 | 101111 | 11110110 | 1001010 | 11111 |
Color Harmonies of #201488
Complementary color
Monochromatic Colors of #201488
Black with #201488
Text Example
Text Example
White with #201488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201488; }
p { color: rgb(32,20,136); }
H1.HeaderClassName
{
color: #201488;
}
.AnyTagClassName
{
color: #201488;
}
</style>
background-color css
<style>
a { background-color: #201488; }
a { background-color: rgb(32,20,136); }
div.DivClassName
{
background-color: #201488;
}
.BgClassName
{
background-color: #201488;
}
</style>
border-color css
<style>
span { border-color: #201488; }
span { border-color: rgb(32,20,136); }
td.TdClassName
{
border-color: #201488;
}
.TagClassName
{
border-color: #201488;
}
</style>