Shades of Ultramarine #201BAD
Tints of Ultramarine #201BAD
RGB
CMYK
RGB Variations
Color information
#201BAD (or 0x201BAD) is known color: Ultramarine. HEX triplet: 20, 1B and AD. RGB value is (32,27,173). Sum of RGB (Red+Green+Blue) = 32+27+173=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #201BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAD is #DFE452. Grayscale: #2C2C2C. Windows color (decimal): -14672979 or 11344672. OLE color: 11344672.
HSL color Cylindrical-coordinate representation of color #201BAD: hue angle of 242.05º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201BAD is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 27 | 173 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.32 |
| HSL | 242.05º | 0.73% | 0.39% | - |
| HSV(B) | 242.05º | 0.84% | 0.68% | - |
| XYZ | 8.53 | 4.11 | 39.88 | - |
| YUV | 45.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 173 | 0.82 | 0.84 | 0 | 0.32 | 242.05 | 0.73 | 0.39 |
| Hex | 20 | 1B | AD | 52 | 54 | 0 | 20 | F2 | 49 | 27 |
| Octal | 40 | 33 | 255 | 122 | 124 | 0 | 40 | 362 | 111 | 47 |
| Binary | 100000 | 11011 | 10101101 | 1010010 | 1010100 | 0 | 100000 | 11110010 | 1001001 | 100111 |
Color Harmonies of #201BAD
Complementary color
Monochromatic Colors of #201BAD
Black with #201BAD
Text Example
Text Example
White with #201BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BAD; }
p { color: rgb(32,27,173); }
H1.HeaderClassName
{
color: #201BAD;
}
.AnyTagClassName
{
color: #201BAD;
}
</style>
background-color css
<style>
a { background-color: #201BAD; }
a { background-color: rgb(32,27,173); }
div.DivClassName
{
background-color: #201BAD;
}
.BgClassName
{
background-color: #201BAD;
}
</style>
border-color css
<style>
span { border-color: #201BAD; }
span { border-color: rgb(32,27,173); }
td.TdClassName
{
border-color: #201BAD;
}
.TagClassName
{
border-color: #201BAD;
}
</style>