Shades of Midnight Blue #202C75
Tints of Midnight Blue #202C75
RGB
CMYK
RGB Variations
Color information
#202C75 (or 0x202C75) is known color: Midnight Blue. HEX triplet: 20, 2C and 75. RGB value is (32,44,117). Sum of RGB (Red+Green+Blue) = 32+44+117=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #202C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C75 is #DFD38A. Grayscale: #303030. Windows color (decimal): -14668683 or 7679008. OLE color: 7679008.
HSL color Cylindrical-coordinate representation of color #202C75: hue angle of 231.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202C75 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 44 | 117 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.54 |
| HSL | 231.53º | 0.57% | 0.29% | - |
| HSV(B) | 231.53º | 0.73% | 0.46% | - |
| XYZ | 4.71 | 3.39 | 17.24 | - |
| YUV | 48.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 117 | 0.73 | 0.62 | 0 | 0.54 | 231.53 | 0.57 | 0.29 |
| Hex | 20 | 2C | 75 | 49 | 3E | 0 | 36 | E8 | 39 | 1D |
| Octal | 40 | 54 | 165 | 111 | 76 | 0 | 66 | 350 | 71 | 35 |
| Binary | 100000 | 101100 | 1110101 | 1001001 | 111110 | 0 | 110110 | 11101000 | 111001 | 11101 |
Color Harmonies of #202C75
Complementary color
Monochromatic Colors of #202C75
Black with #202C75
Text Example
Text Example
White with #202C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C75; }
p { color: rgb(32,44,117); }
H1.HeaderClassName
{
color: #202C75;
}
.AnyTagClassName
{
color: #202C75;
}
</style>
background-color css
<style>
a { background-color: #202C75; }
a { background-color: rgb(32,44,117); }
div.DivClassName
{
background-color: #202C75;
}
.BgClassName
{
background-color: #202C75;
}
</style>
border-color css
<style>
span { border-color: #202C75; }
span { border-color: rgb(32,44,117); }
td.TdClassName
{
border-color: #202C75;
}
.TagClassName
{
border-color: #202C75;
}
</style>