Shades of Midnight Blue #200E69
Tints of Midnight Blue #200E69
RGB
CMYK
RGB Variations
Color information
#200E69 (or 0x200E69) is known color: Midnight Blue. HEX triplet: 20, 0E and 69. RGB value is (32,14,105). Sum of RGB (Red+Green+Blue) = 32+14+105=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #200E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200E69 is #DFF196. Grayscale: #1D1D1D. Windows color (decimal): -14676375 or 6884896. OLE color: 6884896.
HSL color Cylindrical-coordinate representation of color #200E69: hue angle of 251.87º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #200E69 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 14 | 105 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.59 |
| HSL | 251.87º | 0.76% | 0.23% | - |
| HSV(B) | 251.87º | 0.87% | 0.41% | - |
| XYZ | 3.3 | 1.64 | 13.51 | - |
| YUV | 29.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 105 | 0.70 | 0.87 | 0 | 0.59 | 251.87 | 0.76 | 0.23 |
| Hex | 20 | E | 69 | 46 | 57 | 0 | 3B | FC | 4C | 17 |
| Octal | 40 | 16 | 151 | 106 | 127 | 0 | 73 | 374 | 114 | 27 |
| Binary | 100000 | 1110 | 1101001 | 1000110 | 1010111 | 0 | 111011 | 11111100 | 1001100 | 10111 |
Color Harmonies of #200E69
Complementary color
Monochromatic Colors of #200E69
Black with #200E69
Text Example
Text Example
White with #200E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E69; }
p { color: rgb(32,14,105); }
H1.HeaderClassName
{
color: #200E69;
}
.AnyTagClassName
{
color: #200E69;
}
</style>
background-color css
<style>
a { background-color: #200E69; }
a { background-color: rgb(32,14,105); }
div.DivClassName
{
background-color: #200E69;
}
.BgClassName
{
background-color: #200E69;
}
</style>
border-color css
<style>
span { border-color: #200E69; }
span { border-color: rgb(32,14,105); }
td.TdClassName
{
border-color: #200E69;
}
.TagClassName
{
border-color: #200E69;
}
</style>