Shades of Midnight Blue #202B7F
Tints of Midnight Blue #202B7F
RGB
CMYK
RGB Variations
Color information
#202B7F (or 0x202B7F) is known color: Midnight Blue. HEX triplet: 20, 2B and 7F. RGB value is (32,43,127). Sum of RGB (Red+Green+Blue) = 32+43+127=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #202B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B7F is #DFD480. Grayscale: #303030. Windows color (decimal): -14668929 or 8334112. OLE color: 8334112.
HSL color Cylindrical-coordinate representation of color #202B7F: hue angle of 233.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202B7F is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 43 | 127 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.50 |
| HSL | 233.05º | 0.6% | 0.31% | - |
| HSV(B) | 233.05º | 0.75% | 0.5% | - |
| XYZ | 5.29 | 3.57 | 20.49 | - |
| YUV | 49.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 127 | 0.75 | 0.66 | 0 | 0.50 | 233.05 | 0.6 | 0.31 |
| Hex | 20 | 2B | 7F | 4B | 42 | 0 | 32 | E9 | 3C | 1F |
| Octal | 40 | 53 | 177 | 113 | 102 | 0 | 62 | 351 | 74 | 37 |
| Binary | 100000 | 101011 | 1111111 | 1001011 | 1000010 | 0 | 110010 | 11101001 | 111100 | 11111 |
Color Harmonies of #202B7F
Complementary color
Monochromatic Colors of #202B7F
Black with #202B7F
Text Example
Text Example
White with #202B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B7F; }
p { color: rgb(32,43,127); }
H1.HeaderClassName
{
color: #202B7F;
}
.AnyTagClassName
{
color: #202B7F;
}
</style>
background-color css
<style>
a { background-color: #202B7F; }
a { background-color: rgb(32,43,127); }
div.DivClassName
{
background-color: #202B7F;
}
.BgClassName
{
background-color: #202B7F;
}
</style>
border-color css
<style>
span { border-color: #202B7F; }
span { border-color: rgb(32,43,127); }
td.TdClassName
{
border-color: #202B7F;
}
.TagClassName
{
border-color: #202B7F;
}
</style>