Shades of Midnight Blue #201A74
Tints of Midnight Blue #201A74
RGB
CMYK
RGB Variations
Color information
#201A74 (or 0x201A74) is known color: Midnight Blue. HEX triplet: 20, 1A and 74. RGB value is (32,26,116). Sum of RGB (Red+Green+Blue) = 32+26+116=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #201A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A74 is #DFE58B. Grayscale: #252525. Windows color (decimal): -14673292 or 7608864. OLE color: 7608864.
HSL color Cylindrical-coordinate representation of color #201A74: hue angle of 244º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201A74 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 26 | 116 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.55 |
| HSL | 244º | 0.63% | 0.28% | - |
| HSV(B) | 244º | 0.78% | 0.45% | - |
| XYZ | 4.12 | 2.31 | 16.75 | - |
| YUV | 38.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 116 | 0.72 | 0.78 | 0 | 0.55 | 244 | 0.63 | 0.28 |
| Hex | 20 | 1A | 74 | 48 | 4E | 0 | 37 | F4 | 3F | 1C |
| Octal | 40 | 32 | 164 | 110 | 116 | 0 | 67 | 364 | 77 | 34 |
| Binary | 100000 | 11010 | 1110100 | 1001000 | 1001110 | 0 | 110111 | 11110100 | 111111 | 11100 |
Color Harmonies of #201A74
Complementary color
Monochromatic Colors of #201A74
Black with #201A74
Text Example
Text Example
White with #201A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A74; }
p { color: rgb(32,26,116); }
H1.HeaderClassName
{
color: #201A74;
}
.AnyTagClassName
{
color: #201A74;
}
</style>
background-color css
<style>
a { background-color: #201A74; }
a { background-color: rgb(32,26,116); }
div.DivClassName
{
background-color: #201A74;
}
.BgClassName
{
background-color: #201A74;
}
</style>
border-color css
<style>
span { border-color: #201A74; }
span { border-color: rgb(32,26,116); }
td.TdClassName
{
border-color: #201A74;
}
.TagClassName
{
border-color: #201A74;
}
</style>