Shades of Midnight Blue #201E69
Tints of Midnight Blue #201E69
RGB
CMYK
RGB Variations
Color information
#201E69 (or 0x201E69) is known color: Midnight Blue. HEX triplet: 20, 1E and 69. RGB value is (32,30,105). Sum of RGB (Red+Green+Blue) = 32+30+105=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #201E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E69 is #DFE196. Grayscale: #262626. Windows color (decimal): -14672279 or 6888992. OLE color: 6888992.
HSL color Cylindrical-coordinate representation of color #201E69: hue angle of 241.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201E69 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 30 | 105 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.59 |
| HSL | 241.6º | 0.56% | 0.26% | - |
| HSV(B) | 241.6º | 0.71% | 0.41% | - |
| XYZ | 3.61 | 2.26 | 13.61 | - |
| YUV | 39.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 105 | 0.70 | 0.71 | 0 | 0.59 | 241.6 | 0.56 | 0.26 |
| Hex | 20 | 1E | 69 | 46 | 47 | 0 | 3B | F2 | 38 | 1A |
| Octal | 40 | 36 | 151 | 106 | 107 | 0 | 73 | 362 | 70 | 32 |
| Binary | 100000 | 11110 | 1101001 | 1000110 | 1000111 | 0 | 111011 | 11110010 | 111000 | 11010 |
Color Harmonies of #201E69
Complementary color
Monochromatic Colors of #201E69
Black with #201E69
Text Example
Text Example
White with #201E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E69; }
p { color: rgb(32,30,105); }
H1.HeaderClassName
{
color: #201E69;
}
.AnyTagClassName
{
color: #201E69;
}
</style>
background-color css
<style>
a { background-color: #201E69; }
a { background-color: rgb(32,30,105); }
div.DivClassName
{
background-color: #201E69;
}
.BgClassName
{
background-color: #201E69;
}
</style>
border-color css
<style>
span { border-color: #201E69; }
span { border-color: rgb(32,30,105); }
td.TdClassName
{
border-color: #201E69;
}
.TagClassName
{
border-color: #201E69;
}
</style>