Shades of Midnight Blue #201C75
Tints of Midnight Blue #201C75
RGB
CMYK
RGB Variations
Color information
#201C75 (or 0x201C75) is known color: Midnight Blue. HEX triplet: 20, 1C and 75. RGB value is (32,28,117). Sum of RGB (Red+Green+Blue) = 32+28+117=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #201C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C75 is #DFE38A. Grayscale: #262626. Windows color (decimal): -14672779 or 7674912. OLE color: 7674912.
HSL color Cylindrical-coordinate representation of color #201C75: hue angle of 242.7º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201C75 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 28 | 117 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.54 |
| HSL | 242.7º | 0.61% | 0.28% | - |
| HSV(B) | 242.7º | 0.76% | 0.46% | - |
| XYZ | 4.22 | 2.42 | 17.07 | - |
| YUV | 39.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 117 | 0.73 | 0.76 | 0 | 0.54 | 242.7 | 0.61 | 0.28 |
| Hex | 20 | 1C | 75 | 49 | 4C | 0 | 36 | F3 | 3D | 1C |
| Octal | 40 | 34 | 165 | 111 | 114 | 0 | 66 | 363 | 75 | 34 |
| Binary | 100000 | 11100 | 1110101 | 1001001 | 1001100 | 0 | 110110 | 11110011 | 111101 | 11100 |
Color Harmonies of #201C75
Complementary color
Monochromatic Colors of #201C75
Black with #201C75
Text Example
Text Example
White with #201C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C75; }
p { color: rgb(32,28,117); }
H1.HeaderClassName
{
color: #201C75;
}
.AnyTagClassName
{
color: #201C75;
}
</style>
background-color css
<style>
a { background-color: #201C75; }
a { background-color: rgb(32,28,117); }
div.DivClassName
{
background-color: #201C75;
}
.BgClassName
{
background-color: #201C75;
}
</style>
border-color css
<style>
span { border-color: #201C75; }
span { border-color: rgb(32,28,117); }
td.TdClassName
{
border-color: #201C75;
}
.TagClassName
{
border-color: #201C75;
}
</style>