Shades of Midnight Blue #202A67
Tints of Midnight Blue #202A67
RGB
CMYK
RGB Variations
Color information
#202A67 (or 0x202A67) is known color: Midnight Blue. HEX triplet: 20, 2A and 67. RGB value is (32,42,103). Sum of RGB (Red+Green+Blue) = 32+42+103=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #202A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A67 is #DFD598. Grayscale: #2D2D2D. Windows color (decimal): -14669209 or 6760992. OLE color: 6760992.
HSL color Cylindrical-coordinate representation of color #202A67: hue angle of 231.55º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202A67 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 42 | 103 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.60 |
| HSL | 231.55º | 0.53% | 0.26% | - |
| HSV(B) | 231.55º | 0.69% | 0.4% | - |
| XYZ | 3.87 | 2.94 | 13.2 | - |
| YUV | 45.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 103 | 0.69 | 0.59 | 0 | 0.60 | 231.55 | 0.53 | 0.26 |
| Hex | 20 | 2A | 67 | 45 | 3B | 0 | 3C | E8 | 35 | 1A |
| Octal | 40 | 52 | 147 | 105 | 73 | 0 | 74 | 350 | 65 | 32 |
| Binary | 100000 | 101010 | 1100111 | 1000101 | 111011 | 0 | 111100 | 11101000 | 110101 | 11010 |
Color Harmonies of #202A67
Complementary color
Monochromatic Colors of #202A67
Black with #202A67
Text Example
Text Example
White with #202A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A67; }
p { color: rgb(32,42,103); }
H1.HeaderClassName
{
color: #202A67;
}
.AnyTagClassName
{
color: #202A67;
}
</style>
background-color css
<style>
a { background-color: #202A67; }
a { background-color: rgb(32,42,103); }
div.DivClassName
{
background-color: #202A67;
}
.BgClassName
{
background-color: #202A67;
}
</style>
border-color css
<style>
span { border-color: #202A67; }
span { border-color: rgb(32,42,103); }
td.TdClassName
{
border-color: #202A67;
}
.TagClassName
{
border-color: #202A67;
}
</style>