Shades of Midnight Blue #202B8A
Tints of Midnight Blue #202B8A
RGB
CMYK
RGB Variations
Color information
#202B8A (or 0x202B8A) is known color: Midnight Blue. HEX triplet: 20, 2B and 8A. RGB value is (32,43,138). Sum of RGB (Red+Green+Blue) = 32+43+138=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #202B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B8A is #DFD475. Grayscale: #323232. Windows color (decimal): -14668918 or 9055008. OLE color: 9055008.
HSL color Cylindrical-coordinate representation of color #202B8A: hue angle of 233.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202B8A is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 43 | 138 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.46 |
| HSL | 233.77º | 0.62% | 0.33% | - |
| HSV(B) | 233.77º | 0.77% | 0.54% | - |
| XYZ | 6.05 | 3.87 | 24.47 | - |
| YUV | 50.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 138 | 0.77 | 0.69 | 0 | 0.46 | 233.77 | 0.62 | 0.33 |
| Hex | 20 | 2B | 8A | 4D | 45 | 0 | 2E | EA | 3E | 21 |
| Octal | 40 | 53 | 212 | 115 | 105 | 0 | 56 | 352 | 76 | 41 |
| Binary | 100000 | 101011 | 10001010 | 1001101 | 1000101 | 0 | 101110 | 11101010 | 111110 | 100001 |
Color Harmonies of #202B8A
Complementary color
Monochromatic Colors of #202B8A
Black with #202B8A
Text Example
Text Example
White with #202B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B8A; }
p { color: rgb(32,43,138); }
H1.HeaderClassName
{
color: #202B8A;
}
.AnyTagClassName
{
color: #202B8A;
}
</style>
background-color css
<style>
a { background-color: #202B8A; }
a { background-color: rgb(32,43,138); }
div.DivClassName
{
background-color: #202B8A;
}
.BgClassName
{
background-color: #202B8A;
}
</style>
border-color css
<style>
span { border-color: #202B8A; }
span { border-color: rgb(32,43,138); }
td.TdClassName
{
border-color: #202B8A;
}
.TagClassName
{
border-color: #202B8A;
}
</style>