Shades of Midnight Blue #2A2076
Tints of Midnight Blue #2A2076
RGB
CMYK
RGB Variations
Color information
#2A2076 (or 0x2A2076) is known color: Midnight Blue. HEX triplet: 2A, 20 and 76. RGB value is (42,32,118). Sum of RGB (Red+Green+Blue) = 42+32+118=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2076 is #D5DF89. Grayscale: #2C2C2C. Windows color (decimal): -14016394 or 7741482. OLE color: 7741482.
HSL color Cylindrical-coordinate representation of color #2A2076: hue angle of 246.98º 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 #2A2076 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 32 | 118 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.54 |
| HSL | 246.98º | 0.57% | 0.29% | - |
| HSV(B) | 246.98º | 0.73% | 0.46% | - |
| XYZ | 4.74 | 2.83 | 17.44 | - |
| YUV | 44.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 118 | 0.64 | 0.73 | 0 | 0.54 | 246.98 | 0.57 | 0.29 |
| Hex | 2A | 20 | 76 | 40 | 49 | 0 | 36 | F7 | 39 | 1D |
| Octal | 52 | 40 | 166 | 100 | 111 | 0 | 66 | 367 | 71 | 35 |
| Binary | 101010 | 100000 | 1110110 | 1000000 | 1001001 | 0 | 110110 | 11110111 | 111001 | 11101 |
Color Harmonies of #2A2076
Complementary color
Monochromatic Colors of #2A2076
Black with #2A2076
Text Example
Text Example
White with #2A2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2076; }
p { color: rgb(42,32,118); }
H1.HeaderClassName
{
color: #2A2076;
}
.AnyTagClassName
{
color: #2A2076;
}
</style>
background-color css
<style>
a { background-color: #2A2076; }
a { background-color: rgb(42,32,118); }
div.DivClassName
{
background-color: #2A2076;
}
.BgClassName
{
background-color: #2A2076;
}
</style>
border-color css
<style>
span { border-color: #2A2076; }
span { border-color: rgb(42,32,118); }
td.TdClassName
{
border-color: #2A2076;
}
.TagClassName
{
border-color: #2A2076;
}
</style>