Shades of Midnight Blue #202B6B
Tints of Midnight Blue #202B6B
RGB
CMYK
RGB Variations
Color information
#202B6B (or 0x202B6B) is known color: Midnight Blue. HEX triplet: 20, 2B and 6B. RGB value is (32,43,107). Sum of RGB (Red+Green+Blue) = 32+43+107=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #202B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B6B is #DFD494. Grayscale: #2E2E2E. Windows color (decimal): -14668949 or 7023392. OLE color: 7023392.
HSL color Cylindrical-coordinate representation of color #202B6B: hue angle of 231.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #202B6B is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 43 | 107 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.58 |
| HSL | 231.2º | 0.54% | 0.27% | - |
| HSV(B) | 231.2º | 0.7% | 0.42% | - |
| XYZ | 4.11 | 3.1 | 14.29 | - |
| YUV | 47.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 107 | 0.70 | 0.60 | 0 | 0.58 | 231.2 | 0.54 | 0.27 |
| Hex | 20 | 2B | 6B | 46 | 3C | 0 | 3A | E7 | 36 | 1B |
| Octal | 40 | 53 | 153 | 106 | 74 | 0 | 72 | 347 | 66 | 33 |
| Binary | 100000 | 101011 | 1101011 | 1000110 | 111100 | 0 | 111010 | 11100111 | 110110 | 11011 |
Color Harmonies of #202B6B
Complementary color
Monochromatic Colors of #202B6B
Black with #202B6B
Text Example
Text Example
White with #202B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B6B; }
p { color: rgb(32,43,107); }
H1.HeaderClassName
{
color: #202B6B;
}
.AnyTagClassName
{
color: #202B6B;
}
</style>
background-color css
<style>
a { background-color: #202B6B; }
a { background-color: rgb(32,43,107); }
div.DivClassName
{
background-color: #202B6B;
}
.BgClassName
{
background-color: #202B6B;
}
</style>
border-color css
<style>
span { border-color: #202B6B; }
span { border-color: rgb(32,43,107); }
td.TdClassName
{
border-color: #202B6B;
}
.TagClassName
{
border-color: #202B6B;
}
</style>