Shades of Midnight Blue #202C7F
Tints of Midnight Blue #202C7F
RGB
CMYK
RGB Variations
Color information
#202C7F (or 0x202C7F) is known color: Midnight Blue. HEX triplet: 20, 2C and 7F. RGB value is (32,44,127). Sum of RGB (Red+Green+Blue) = 32+44+127=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #202C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C7F is #DFD380. Grayscale: #313131. Windows color (decimal): -14668673 or 8334368. OLE color: 8334368.
HSL color Cylindrical-coordinate representation of color #202C7F: hue angle of 232.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202C7F is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 44 | 127 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.50 |
| HSL | 232.42º | 0.6% | 0.31% | - |
| HSV(B) | 232.42º | 0.75% | 0.5% | - |
| XYZ | 5.33 | 3.64 | 20.5 | - |
| YUV | 49.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 127 | 0.75 | 0.65 | 0 | 0.50 | 232.42 | 0.6 | 0.31 |
| Hex | 20 | 2C | 7F | 4B | 41 | 0 | 32 | E8 | 3C | 1F |
| Octal | 40 | 54 | 177 | 113 | 101 | 0 | 62 | 350 | 74 | 37 |
| Binary | 100000 | 101100 | 1111111 | 1001011 | 1000001 | 0 | 110010 | 11101000 | 111100 | 11111 |
Color Harmonies of #202C7F
Complementary color
Monochromatic Colors of #202C7F
Black with #202C7F
Text Example
Text Example
White with #202C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C7F; }
p { color: rgb(32,44,127); }
H1.HeaderClassName
{
color: #202C7F;
}
.AnyTagClassName
{
color: #202C7F;
}
</style>
background-color css
<style>
a { background-color: #202C7F; }
a { background-color: rgb(32,44,127); }
div.DivClassName
{
background-color: #202C7F;
}
.BgClassName
{
background-color: #202C7F;
}
</style>
border-color css
<style>
span { border-color: #202C7F; }
span { border-color: rgb(32,44,127); }
td.TdClassName
{
border-color: #202C7F;
}
.TagClassName
{
border-color: #202C7F;
}
</style>