Shades of Ultramarine #200183
Tints of Ultramarine #200183
RGB
CMYK
RGB Variations
Color information
#200183 (or 0x200183) is known color: Ultramarine. HEX triplet: 20, 01 and 83. RGB value is (32,1,131). Sum of RGB (Red+Green+Blue) = 32+1+131=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #200183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200183 is #DFFE7C. Grayscale: #181818. Windows color (decimal): -14679677 or 8585504. OLE color: 8585504.
HSL color Cylindrical-coordinate representation of color #200183: hue angle of 254.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200183 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 1 | 131 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.49 |
| HSL | 254.31º | 0.98% | 0.26% | - |
| HSV(B) | 254.31º | 0.99% | 0.51% | - |
| XYZ | 4.7 | 1.97 | 21.6 | - |
| YUV | 25.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 131 | 0.76 | 0.99 | 0 | 0.49 | 254.31 | 0.98 | 0.26 |
| Hex | 20 | 1 | 83 | 4C | 63 | 0 | 31 | FE | 62 | 1A |
| Octal | 40 | 1 | 203 | 114 | 143 | 0 | 61 | 376 | 142 | 32 |
| Binary | 100000 | 1 | 10000011 | 1001100 | 1100011 | 0 | 110001 | 11111110 | 1100010 | 11010 |
Color Harmonies of #200183
Complementary color
Monochromatic Colors of #200183
Black with #200183
Text Example
Text Example
White with #200183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200183; }
p { color: rgb(32,1,131); }
H1.HeaderClassName
{
color: #200183;
}
.AnyTagClassName
{
color: #200183;
}
</style>
background-color css
<style>
a { background-color: #200183; }
a { background-color: rgb(32,1,131); }
div.DivClassName
{
background-color: #200183;
}
.BgClassName
{
background-color: #200183;
}
</style>
border-color css
<style>
span { border-color: #200183; }
span { border-color: rgb(32,1,131); }
td.TdClassName
{
border-color: #200183;
}
.TagClassName
{
border-color: #200183;
}
</style>