Shades of Midnight Blue #201A6C
Tints of Midnight Blue #201A6C
RGB
CMYK
RGB Variations
Color information
#201A6C (or 0x201A6C) is known color: Midnight Blue. HEX triplet: 20, 1A and 6C. RGB value is (32,26,108). Sum of RGB (Red+Green+Blue) = 32+26+108=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #201A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A6C is #DFE593. Grayscale: #242424. Windows color (decimal): -14673300 or 7084576. OLE color: 7084576.
HSL color Cylindrical-coordinate representation of color #201A6C: hue angle of 244.39º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201A6C is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 26 | 108 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.58 |
| HSL | 244.39º | 0.61% | 0.26% | - |
| HSV(B) | 244.39º | 0.76% | 0.42% | - |
| XYZ | 3.67 | 2.13 | 14.4 | - |
| YUV | 37.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 108 | 0.70 | 0.76 | 0 | 0.58 | 244.39 | 0.61 | 0.26 |
| Hex | 20 | 1A | 6C | 46 | 4C | 0 | 3A | F4 | 3D | 1A |
| Octal | 40 | 32 | 154 | 106 | 114 | 0 | 72 | 364 | 75 | 32 |
| Binary | 100000 | 11010 | 1101100 | 1000110 | 1001100 | 0 | 111010 | 11110100 | 111101 | 11010 |
Color Harmonies of #201A6C
Complementary color
Monochromatic Colors of #201A6C
Black with #201A6C
Text Example
Text Example
White with #201A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A6C; }
p { color: rgb(32,26,108); }
H1.HeaderClassName
{
color: #201A6C;
}
.AnyTagClassName
{
color: #201A6C;
}
</style>
background-color css
<style>
a { background-color: #201A6C; }
a { background-color: rgb(32,26,108); }
div.DivClassName
{
background-color: #201A6C;
}
.BgClassName
{
background-color: #201A6C;
}
</style>
border-color css
<style>
span { border-color: #201A6C; }
span { border-color: rgb(32,26,108); }
td.TdClassName
{
border-color: #201A6C;
}
.TagClassName
{
border-color: #201A6C;
}
</style>