Shades of Midnight Blue #202676
Tints of Midnight Blue #202676
RGB
CMYK
RGB Variations
Color information
#202676 (or 0x202676) is known color: Midnight Blue. HEX triplet: 20, 26 and 76. RGB value is (32,38,118). Sum of RGB (Red+Green+Blue) = 32+38+118=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #202676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202676 is #DFD989. Grayscale: #2D2D2D. Windows color (decimal): -14670218 or 7743008. OLE color: 7743008.
HSL color Cylindrical-coordinate representation of color #202676: hue angle of 235.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202676 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 38 | 118 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.54 |
| HSL | 235.81º | 0.57% | 0.29% | - |
| HSV(B) | 235.81º | 0.73% | 0.46% | - |
| XYZ | 4.56 | 3 | 17.48 | - |
| YUV | 45.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 118 | 0.73 | 0.68 | 0 | 0.54 | 235.81 | 0.57 | 0.29 |
| Hex | 20 | 26 | 76 | 49 | 44 | 0 | 36 | EC | 39 | 1D |
| Octal | 40 | 46 | 166 | 111 | 104 | 0 | 66 | 354 | 71 | 35 |
| Binary | 100000 | 100110 | 1110110 | 1001001 | 1000100 | 0 | 110110 | 11101100 | 111001 | 11101 |
Color Harmonies of #202676
Complementary color
Monochromatic Colors of #202676
Black with #202676
Text Example
Text Example
White with #202676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202676; }
p { color: rgb(32,38,118); }
H1.HeaderClassName
{
color: #202676;
}
.AnyTagClassName
{
color: #202676;
}
</style>
background-color css
<style>
a { background-color: #202676; }
a { background-color: rgb(32,38,118); }
div.DivClassName
{
background-color: #202676;
}
.BgClassName
{
background-color: #202676;
}
</style>
border-color css
<style>
span { border-color: #202676; }
span { border-color: rgb(32,38,118); }
td.TdClassName
{
border-color: #202676;
}
.TagClassName
{
border-color: #202676;
}
</style>