Shades of Midnight Blue #202A68
Tints of Midnight Blue #202A68
RGB
CMYK
RGB Variations
Color information
#202A68 (or 0x202A68) is known color: Midnight Blue. HEX triplet: 20, 2A and 68. RGB value is (32,42,104). Sum of RGB (Red+Green+Blue) = 32+42+104=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #202A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A68 is #DFD597. Grayscale: #2D2D2D. Windows color (decimal): -14669208 or 6826528. OLE color: 6826528.
HSL color Cylindrical-coordinate representation of color #202A68: hue angle of 231.67º 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 #202A68 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 42 | 104 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.59 |
| HSL | 231.67º | 0.53% | 0.27% | - |
| HSV(B) | 231.67º | 0.69% | 0.41% | - |
| XYZ | 3.92 | 2.96 | 13.46 | - |
| YUV | 46.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 104 | 0.69 | 0.60 | 0 | 0.59 | 231.67 | 0.53 | 0.27 |
| Hex | 20 | 2A | 68 | 45 | 3C | 0 | 3B | E8 | 35 | 1B |
| Octal | 40 | 52 | 150 | 105 | 74 | 0 | 73 | 350 | 65 | 33 |
| Binary | 100000 | 101010 | 1101000 | 1000101 | 111100 | 0 | 111011 | 11101000 | 110101 | 11011 |
Color Harmonies of #202A68
Complementary color
Monochromatic Colors of #202A68
Black with #202A68
Text Example
Text Example
White with #202A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A68; }
p { color: rgb(32,42,104); }
H1.HeaderClassName
{
color: #202A68;
}
.AnyTagClassName
{
color: #202A68;
}
</style>
background-color css
<style>
a { background-color: #202A68; }
a { background-color: rgb(32,42,104); }
div.DivClassName
{
background-color: #202A68;
}
.BgClassName
{
background-color: #202A68;
}
</style>
border-color css
<style>
span { border-color: #202A68; }
span { border-color: rgb(32,42,104); }
td.TdClassName
{
border-color: #202A68;
}
.TagClassName
{
border-color: #202A68;
}
</style>