Shades of Midnight Blue #201C65
Tints of Midnight Blue #201C65
RGB
CMYK
RGB Variations
Color information
#201C65 (or 0x201C65) is known color: Midnight Blue. HEX triplet: 20, 1C and 65. RGB value is (32,28,101). Sum of RGB (Red+Green+Blue) = 32+28+101=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #201C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C65 is #DFE39A. Grayscale: #252525. Windows color (decimal): -14672795 or 6626336. OLE color: 6626336.
HSL color Cylindrical-coordinate representation of color #201C65: hue angle of 243.29º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201C65 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 28 | 101 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.60 |
| HSL | 243.29º | 0.57% | 0.25% | - |
| HSV(B) | 243.29º | 0.72% | 0.4% | - |
| XYZ | 3.36 | 2.08 | 12.54 | - |
| YUV | 37.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 101 | 0.68 | 0.72 | 0 | 0.60 | 243.29 | 0.57 | 0.25 |
| Hex | 20 | 1C | 65 | 44 | 48 | 0 | 3C | F3 | 39 | 19 |
| Octal | 40 | 34 | 145 | 104 | 110 | 0 | 74 | 363 | 71 | 31 |
| Binary | 100000 | 11100 | 1100101 | 1000100 | 1001000 | 0 | 111100 | 11110011 | 111001 | 11001 |
Color Harmonies of #201C65
Complementary color
Monochromatic Colors of #201C65
Black with #201C65
Text Example
Text Example
White with #201C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C65; }
p { color: rgb(32,28,101); }
H1.HeaderClassName
{
color: #201C65;
}
.AnyTagClassName
{
color: #201C65;
}
</style>
background-color css
<style>
a { background-color: #201C65; }
a { background-color: rgb(32,28,101); }
div.DivClassName
{
background-color: #201C65;
}
.BgClassName
{
background-color: #201C65;
}
</style>
border-color css
<style>
span { border-color: #201C65; }
span { border-color: rgb(32,28,101); }
td.TdClassName
{
border-color: #201C65;
}
.TagClassName
{
border-color: #201C65;
}
</style>