Shades of Midnight Blue #200B6E
Tints of Midnight Blue #200B6E
RGB
CMYK
RGB Variations
Color information
#200B6E (or 0x200B6E) is known color: Midnight Blue. HEX triplet: 20, 0B and 6E. RGB value is (32,11,110). Sum of RGB (Red+Green+Blue) = 32+11+110=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #200B6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B6E is #DFF491. Grayscale: #1C1C1C. Windows color (decimal): -14677138 or 7211808. OLE color: 7211808.
HSL color Cylindrical-coordinate representation of color #200B6E: hue angle of 252.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200B6E is Cyan = 0.71, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 11 | 110 | - |
| CMYK | 0.71 | 0.9 | 0 | 0.57 |
| HSL | 252.73º | 0.82% | 0.24% | - |
| HSV(B) | 252.73º | 0.9% | 0.43% | - |
| XYZ | 3.53 | 1.67 | 14.89 | - |
| YUV | 28.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 110 | 0.71 | 0.9 | 0 | 0.57 | 252.73 | 0.82 | 0.24 |
| Hex | 20 | B | 6E | 47 | 5A | 0 | 39 | FD | 52 | 18 |
| Octal | 40 | 13 | 156 | 107 | 132 | 0 | 71 | 375 | 122 | 30 |
| Binary | 100000 | 1011 | 1101110 | 1000111 | 1011010 | 0 | 111001 | 11111101 | 1010010 | 11000 |
Color Harmonies of #200B6E
Complementary color
Monochromatic Colors of #200B6E
Black with #200B6E
Text Example
Text Example
White with #200B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B6E; }
p { color: rgb(32,11,110); }
H1.HeaderClassName
{
color: #200B6E;
}
.AnyTagClassName
{
color: #200B6E;
}
</style>
background-color css
<style>
a { background-color: #200B6E; }
a { background-color: rgb(32,11,110); }
div.DivClassName
{
background-color: #200B6E;
}
.BgClassName
{
background-color: #200B6E;
}
</style>
border-color css
<style>
span { border-color: #200B6E; }
span { border-color: rgb(32,11,110); }
td.TdClassName
{
border-color: #200B6E;
}
.TagClassName
{
border-color: #200B6E;
}
</style>