Shades of Midnight Blue #202383
Tints of Midnight Blue #202383
RGB
CMYK
RGB Variations
Color information
#202383 (or 0x202383) is known color: Midnight Blue. HEX triplet: 20, 23 and 83. RGB value is (32,35,131). Sum of RGB (Red+Green+Blue) = 32+35+131=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #202383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202383 is #DFDC7C. Grayscale: #2C2C2C. Windows color (decimal): -14670973 or 8594208. OLE color: 8594208.
HSL color Cylindrical-coordinate representation of color #202383: hue angle of 238.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202383 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 35 | 131 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.49 |
| HSL | 238.18º | 0.61% | 0.32% | - |
| HSV(B) | 238.18º | 0.76% | 0.51% | - |
| XYZ | 5.29 | 3.15 | 21.8 | - |
| YUV | 45.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 131 | 0.76 | 0.73 | 0 | 0.49 | 238.18 | 0.61 | 0.32 |
| Hex | 20 | 23 | 83 | 4C | 49 | 0 | 31 | EE | 3D | 20 |
| Octal | 40 | 43 | 203 | 114 | 111 | 0 | 61 | 356 | 75 | 40 |
| Binary | 100000 | 100011 | 10000011 | 1001100 | 1001001 | 0 | 110001 | 11101110 | 111101 | 100000 |
Color Harmonies of #202383
Complementary color
Monochromatic Colors of #202383
Black with #202383
Text Example
Text Example
White with #202383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202383; }
p { color: rgb(32,35,131); }
H1.HeaderClassName
{
color: #202383;
}
.AnyTagClassName
{
color: #202383;
}
</style>
background-color css
<style>
a { background-color: #202383; }
a { background-color: rgb(32,35,131); }
div.DivClassName
{
background-color: #202383;
}
.BgClassName
{
background-color: #202383;
}
</style>
border-color css
<style>
span { border-color: #202383; }
span { border-color: rgb(32,35,131); }
td.TdClassName
{
border-color: #202383;
}
.TagClassName
{
border-color: #202383;
}
</style>