Shades of Ultramarine #201693
Tints of Ultramarine #201693
RGB
CMYK
RGB Variations
Color information
#201693 (or 0x201693) is known color: Ultramarine. HEX triplet: 20, 16 and 93. RGB value is (32,22,147). Sum of RGB (Red+Green+Blue) = 32+22+147=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #201693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201693 is #DFE96C. Grayscale: #262626. Windows color (decimal): -14674285 or 9639456. OLE color: 9639456.
HSL color Cylindrical-coordinate representation of color #201693: hue angle of 244.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201693 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 22 | 147 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.42 |
| HSL | 244.8º | 0.74% | 0.33% | - |
| HSV(B) | 244.8º | 0.85% | 0.58% | - |
| XYZ | 6.15 | 2.99 | 27.86 | - |
| YUV | 39.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 147 | 0.78 | 0.85 | 0 | 0.42 | 244.8 | 0.74 | 0.33 |
| Hex | 20 | 16 | 93 | 4E | 55 | 0 | 2A | F5 | 4A | 21 |
| Octal | 40 | 26 | 223 | 116 | 125 | 0 | 52 | 365 | 112 | 41 |
| Binary | 100000 | 10110 | 10010011 | 1001110 | 1010101 | 0 | 101010 | 11110101 | 1001010 | 100001 |
Color Harmonies of #201693
Complementary color
Monochromatic Colors of #201693
Black with #201693
Text Example
Text Example
White with #201693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201693; }
p { color: rgb(32,22,147); }
H1.HeaderClassName
{
color: #201693;
}
.AnyTagClassName
{
color: #201693;
}
</style>
background-color css
<style>
a { background-color: #201693; }
a { background-color: rgb(32,22,147); }
div.DivClassName
{
background-color: #201693;
}
.BgClassName
{
background-color: #201693;
}
</style>
border-color css
<style>
span { border-color: #201693; }
span { border-color: rgb(32,22,147); }
td.TdClassName
{
border-color: #201693;
}
.TagClassName
{
border-color: #201693;
}
</style>