Shades of Midnight Blue #201D67
Tints of Midnight Blue #201D67
RGB
CMYK
RGB Variations
Color information
#201D67 (or 0x201D67) is known color: Midnight Blue. HEX triplet: 20, 1D and 67. RGB value is (32,29,103). Sum of RGB (Red+Green+Blue) = 32+29+103=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #201D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D67 is #DFE298. Grayscale: #262626. Windows color (decimal): -14672537 or 6757664. OLE color: 6757664.
HSL color Cylindrical-coordinate representation of color #201D67: hue angle of 242.43º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201D67 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 29 | 103 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.60 |
| HSL | 242.43º | 0.56% | 0.26% | - |
| HSV(B) | 242.43º | 0.72% | 0.4% | - |
| XYZ | 3.48 | 2.17 | 13.07 | - |
| YUV | 38.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 103 | 0.69 | 0.72 | 0 | 0.60 | 242.43 | 0.56 | 0.26 |
| Hex | 20 | 1D | 67 | 45 | 48 | 0 | 3C | F2 | 38 | 1A |
| Octal | 40 | 35 | 147 | 105 | 110 | 0 | 74 | 362 | 70 | 32 |
| Binary | 100000 | 11101 | 1100111 | 1000101 | 1001000 | 0 | 111100 | 11110010 | 111000 | 11010 |
Color Harmonies of #201D67
Complementary color
Monochromatic Colors of #201D67
Black with #201D67
Text Example
Text Example
White with #201D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D67; }
p { color: rgb(32,29,103); }
H1.HeaderClassName
{
color: #201D67;
}
.AnyTagClassName
{
color: #201D67;
}
</style>
background-color css
<style>
a { background-color: #201D67; }
a { background-color: rgb(32,29,103); }
div.DivClassName
{
background-color: #201D67;
}
.BgClassName
{
background-color: #201D67;
}
</style>
border-color css
<style>
span { border-color: #201D67; }
span { border-color: rgb(32,29,103); }
td.TdClassName
{
border-color: #201D67;
}
.TagClassName
{
border-color: #201D67;
}
</style>