Shades of Ultramarine #201B8C
Tints of Ultramarine #201B8C
RGB
CMYK
RGB Variations
Color information
#201B8C (or 0x201B8C) is known color: Ultramarine. HEX triplet: 20, 1B and 8C. RGB value is (32,27,140). Sum of RGB (Red+Green+Blue) = 32+27+140=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #201B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B8C is #DFE473. Grayscale: #282828. Windows color (decimal): -14673012 or 9181984. OLE color: 9181984.
HSL color Cylindrical-coordinate representation of color #201B8C: hue angle of 242.65º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201B8C is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 27 | 140 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.45 |
| HSL | 242.65º | 0.68% | 0.33% | - |
| HSV(B) | 242.65º | 0.81% | 0.55% | - |
| XYZ | 5.72 | 2.98 | 25.09 | - |
| YUV | 41.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 140 | 0.77 | 0.81 | 0 | 0.45 | 242.65 | 0.68 | 0.33 |
| Hex | 20 | 1B | 8C | 4D | 51 | 0 | 2D | F3 | 44 | 21 |
| Octal | 40 | 33 | 214 | 115 | 121 | 0 | 55 | 363 | 104 | 41 |
| Binary | 100000 | 11011 | 10001100 | 1001101 | 1010001 | 0 | 101101 | 11110011 | 1000100 | 100001 |
Color Harmonies of #201B8C
Complementary color
Monochromatic Colors of #201B8C
Black with #201B8C
Text Example
Text Example
White with #201B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B8C; }
p { color: rgb(32,27,140); }
H1.HeaderClassName
{
color: #201B8C;
}
.AnyTagClassName
{
color: #201B8C;
}
</style>
background-color css
<style>
a { background-color: #201B8C; }
a { background-color: rgb(32,27,140); }
div.DivClassName
{
background-color: #201B8C;
}
.BgClassName
{
background-color: #201B8C;
}
</style>
border-color css
<style>
span { border-color: #201B8C; }
span { border-color: rgb(32,27,140); }
td.TdClassName
{
border-color: #201B8C;
}
.TagClassName
{
border-color: #201B8C;
}
</style>