Shades of Midnight Blue #201A7C
Tints of Midnight Blue #201A7C
RGB
CMYK
RGB Variations
Color information
#201A7C (or 0x201A7C) is known color: Midnight Blue. HEX triplet: 20, 1A and 7C. RGB value is (32,26,124). Sum of RGB (Red+Green+Blue) = 32+26+124=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #201A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A7C is #DFE583. Grayscale: #262626. Windows color (decimal): -14673284 or 8133152. OLE color: 8133152.
HSL color Cylindrical-coordinate representation of color #201A7C: hue angle of 243.67º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201A7C is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 26 | 124 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.51 |
| HSL | 243.67º | 0.65% | 0.29% | - |
| HSV(B) | 243.67º | 0.79% | 0.49% | - |
| XYZ | 4.6 | 2.5 | 19.31 | - |
| YUV | 38.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 124 | 0.74 | 0.79 | 0 | 0.51 | 243.67 | 0.65 | 0.29 |
| Hex | 20 | 1A | 7C | 4A | 4F | 0 | 33 | F4 | 41 | 1D |
| Octal | 40 | 32 | 174 | 112 | 117 | 0 | 63 | 364 | 101 | 35 |
| Binary | 100000 | 11010 | 1111100 | 1001010 | 1001111 | 0 | 110011 | 11110100 | 1000001 | 11101 |
Color Harmonies of #201A7C
Complementary color
Monochromatic Colors of #201A7C
Black with #201A7C
Text Example
Text Example
White with #201A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A7C; }
p { color: rgb(32,26,124); }
H1.HeaderClassName
{
color: #201A7C;
}
.AnyTagClassName
{
color: #201A7C;
}
</style>
background-color css
<style>
a { background-color: #201A7C; }
a { background-color: rgb(32,26,124); }
div.DivClassName
{
background-color: #201A7C;
}
.BgClassName
{
background-color: #201A7C;
}
</style>
border-color css
<style>
span { border-color: #201A7C; }
span { border-color: rgb(32,26,124); }
td.TdClassName
{
border-color: #201A7C;
}
.TagClassName
{
border-color: #201A7C;
}
</style>