Shades of Ultramarine #201583
Tints of Ultramarine #201583
RGB
CMYK
RGB Variations
Color information
#201583 (or 0x201583) is known color: Ultramarine. HEX triplet: 20, 15 and 83. RGB value is (32,21,131). Sum of RGB (Red+Green+Blue) = 32+21+131=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #201583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201583 is #DFEA7C. Grayscale: #242424. Windows color (decimal): -14674557 or 8590624. OLE color: 8590624.
HSL color Cylindrical-coordinate representation of color #201583: hue angle of 246º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201583 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 21 | 131 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.49 |
| HSL | 246º | 0.72% | 0.3% | - |
| HSV(B) | 246º | 0.84% | 0.51% | - |
| XYZ | 4.96 | 2.48 | 21.69 | - |
| YUV | 36.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 131 | 0.76 | 0.84 | 0 | 0.49 | 246 | 0.72 | 0.3 |
| Hex | 20 | 15 | 83 | 4C | 54 | 0 | 31 | F6 | 48 | 1E |
| Octal | 40 | 25 | 203 | 114 | 124 | 0 | 61 | 366 | 110 | 36 |
| Binary | 100000 | 10101 | 10000011 | 1001100 | 1010100 | 0 | 110001 | 11110110 | 1001000 | 11110 |
Color Harmonies of #201583
Complementary color
Monochromatic Colors of #201583
Black with #201583
Text Example
Text Example
White with #201583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201583; }
p { color: rgb(32,21,131); }
H1.HeaderClassName
{
color: #201583;
}
.AnyTagClassName
{
color: #201583;
}
</style>
background-color css
<style>
a { background-color: #201583; }
a { background-color: rgb(32,21,131); }
div.DivClassName
{
background-color: #201583;
}
.BgClassName
{
background-color: #201583;
}
</style>
border-color css
<style>
span { border-color: #201583; }
span { border-color: rgb(32,21,131); }
td.TdClassName
{
border-color: #201583;
}
.TagClassName
{
border-color: #201583;
}
</style>