Shades of Midnight Blue #201C7B
Tints of Midnight Blue #201C7B
RGB
CMYK
RGB Variations
Color information
#201C7B (or 0x201C7B) is known color: Midnight Blue. HEX triplet: 20, 1C and 7B. RGB value is (32,28,123). Sum of RGB (Red+Green+Blue) = 32+28+123=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #201C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C7B is #DFE384. Grayscale: #272727. Windows color (decimal): -14672773 or 8068128. OLE color: 8068128.
HSL color Cylindrical-coordinate representation of color #201C7B: hue angle of 242.53º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201C7B is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 28 | 123 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.52 |
| HSL | 242.53º | 0.63% | 0.3% | - |
| HSV(B) | 242.53º | 0.77% | 0.48% | - |
| XYZ | 4.59 | 2.57 | 18.99 | - |
| YUV | 40.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 123 | 0.74 | 0.77 | 0 | 0.52 | 242.53 | 0.63 | 0.3 |
| Hex | 20 | 1C | 7B | 4A | 4D | 0 | 34 | F3 | 3F | 1E |
| Octal | 40 | 34 | 173 | 112 | 115 | 0 | 64 | 363 | 77 | 36 |
| Binary | 100000 | 11100 | 1111011 | 1001010 | 1001101 | 0 | 110100 | 11110011 | 111111 | 11110 |
Color Harmonies of #201C7B
Complementary color
Monochromatic Colors of #201C7B
Black with #201C7B
Text Example
Text Example
White with #201C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C7B; }
p { color: rgb(32,28,123); }
H1.HeaderClassName
{
color: #201C7B;
}
.AnyTagClassName
{
color: #201C7B;
}
</style>
background-color css
<style>
a { background-color: #201C7B; }
a { background-color: rgb(32,28,123); }
div.DivClassName
{
background-color: #201C7B;
}
.BgClassName
{
background-color: #201C7B;
}
</style>
border-color css
<style>
span { border-color: #201C7B; }
span { border-color: rgb(32,28,123); }
td.TdClassName
{
border-color: #201C7B;
}
.TagClassName
{
border-color: #201C7B;
}
</style>