Shades of Ultramarine #200383
Tints of Ultramarine #200383
RGB
CMYK
RGB Variations
Color information
#200383 (or 0x200383) is known color: Ultramarine. HEX triplet: 20, 03 and 83. RGB value is (32,3,131). Sum of RGB (Red+Green+Blue) = 32+3+131=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #200383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200383 is #DFFC7C. Grayscale: #191919. Windows color (decimal): -14679165 or 8586016. OLE color: 8586016.
HSL color Cylindrical-coordinate representation of color #200383: hue angle of 253.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200383 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 3 | 131 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.49 |
| HSL | 253.59º | 0.96% | 0.26% | - |
| HSV(B) | 253.59º | 0.98% | 0.51% | - |
| XYZ | 4.72 | 2.01 | 21.61 | - |
| YUV | 26.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 131 | 0.76 | 0.98 | 0 | 0.49 | 253.59 | 0.96 | 0.26 |
| Hex | 20 | 3 | 83 | 4C | 62 | 0 | 31 | FE | 60 | 1A |
| Octal | 40 | 3 | 203 | 114 | 142 | 0 | 61 | 376 | 140 | 32 |
| Binary | 100000 | 11 | 10000011 | 1001100 | 1100010 | 0 | 110001 | 11111110 | 1100000 | 11010 |
Color Harmonies of #200383
Complementary color
Monochromatic Colors of #200383
Black with #200383
Text Example
Text Example
White with #200383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200383; }
p { color: rgb(32,3,131); }
H1.HeaderClassName
{
color: #200383;
}
.AnyTagClassName
{
color: #200383;
}
</style>
background-color css
<style>
a { background-color: #200383; }
a { background-color: rgb(32,3,131); }
div.DivClassName
{
background-color: #200383;
}
.BgClassName
{
background-color: #200383;
}
</style>
border-color css
<style>
span { border-color: #200383; }
span { border-color: rgb(32,3,131); }
td.TdClassName
{
border-color: #200383;
}
.TagClassName
{
border-color: #200383;
}
</style>