Shades of Midnight Blue #200B6C
Tints of Midnight Blue #200B6C
RGB
CMYK
RGB Variations
Color information
#200B6C (or 0x200B6C) is known color: Midnight Blue. HEX triplet: 20, 0B and 6C. RGB value is (32,11,108). Sum of RGB (Red+Green+Blue) = 32+11+108=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #200B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B6C is #DFF493. Grayscale: #1B1B1B. Windows color (decimal): -14677140 or 7080736. OLE color: 7080736.
HSL color Cylindrical-coordinate representation of color #200B6C: hue angle of 252.99º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200B6C is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 11 | 108 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.58 |
| HSL | 252.99º | 0.82% | 0.23% | - |
| HSV(B) | 252.99º | 0.9% | 0.42% | - |
| XYZ | 3.42 | 1.63 | 14.32 | - |
| YUV | 28.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 108 | 0.70 | 0.90 | 0 | 0.58 | 252.99 | 0.82 | 0.23 |
| Hex | 20 | B | 6C | 46 | 5A | 0 | 3A | FD | 52 | 17 |
| Octal | 40 | 13 | 154 | 106 | 132 | 0 | 72 | 375 | 122 | 27 |
| Binary | 100000 | 1011 | 1101100 | 1000110 | 1011010 | 0 | 111010 | 11111101 | 1010010 | 10111 |
Color Harmonies of #200B6C
Complementary color
Monochromatic Colors of #200B6C
Black with #200B6C
Text Example
Text Example
White with #200B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B6C; }
p { color: rgb(32,11,108); }
H1.HeaderClassName
{
color: #200B6C;
}
.AnyTagClassName
{
color: #200B6C;
}
</style>
background-color css
<style>
a { background-color: #200B6C; }
a { background-color: rgb(32,11,108); }
div.DivClassName
{
background-color: #200B6C;
}
.BgClassName
{
background-color: #200B6C;
}
</style>
border-color css
<style>
span { border-color: #200B6C; }
span { border-color: rgb(32,11,108); }
td.TdClassName
{
border-color: #200B6C;
}
.TagClassName
{
border-color: #200B6C;
}
</style>