Shades of Midnight Blue #202B68
Tints of Midnight Blue #202B68
RGB
CMYK
RGB Variations
Color information
#202B68 (or 0x202B68) is known color: Midnight Blue. HEX triplet: 20, 2B and 68. RGB value is (32,43,104). Sum of RGB (Red+Green+Blue) = 32+43+104=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #202B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B68 is #DFD497. Grayscale: #2E2E2E. Windows color (decimal): -14668952 or 6826784. OLE color: 6826784.
HSL color Cylindrical-coordinate representation of color #202B68: hue angle of 230.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202B68 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 43 | 104 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.59 |
| HSL | 230.83º | 0.53% | 0.27% | - |
| HSV(B) | 230.83º | 0.69% | 0.41% | - |
| XYZ | 3.96 | 3.03 | 13.47 | - |
| YUV | 46.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 104 | 0.69 | 0.59 | 0 | 0.59 | 230.83 | 0.53 | 0.27 |
| Hex | 20 | 2B | 68 | 45 | 3B | 0 | 3B | E7 | 35 | 1B |
| Octal | 40 | 53 | 150 | 105 | 73 | 0 | 73 | 347 | 65 | 33 |
| Binary | 100000 | 101011 | 1101000 | 1000101 | 111011 | 0 | 111011 | 11100111 | 110101 | 11011 |
Color Harmonies of #202B68
Complementary color
Monochromatic Colors of #202B68
Black with #202B68
Text Example
Text Example
White with #202B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B68; }
p { color: rgb(32,43,104); }
H1.HeaderClassName
{
color: #202B68;
}
.AnyTagClassName
{
color: #202B68;
}
</style>
background-color css
<style>
a { background-color: #202B68; }
a { background-color: rgb(32,43,104); }
div.DivClassName
{
background-color: #202B68;
}
.BgClassName
{
background-color: #202B68;
}
</style>
border-color css
<style>
span { border-color: #202B68; }
span { border-color: rgb(32,43,104); }
td.TdClassName
{
border-color: #202B68;
}
.TagClassName
{
border-color: #202B68;
}
</style>