Shades of Midnight Blue #201967
Tints of Midnight Blue #201967
RGB
CMYK
RGB Variations
Color information
#201967 (or 0x201967) is known color: Midnight Blue. HEX triplet: 20, 19 and 67. RGB value is (32,25,103). Sum of RGB (Red+Green+Blue) = 32+25+103=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #201967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201967 is #DFE698. Grayscale: #232323. Windows color (decimal): -14673561 or 6756640. OLE color: 6756640.
HSL color Cylindrical-coordinate representation of color #201967: hue angle of 245.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201967 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 25 | 103 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.60 |
| HSL | 245.38º | 0.61% | 0.25% | - |
| HSV(B) | 245.38º | 0.76% | 0.4% | - |
| XYZ | 3.39 | 1.98 | 13.04 | - |
| YUV | 35.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 103 | 0.69 | 0.76 | 0 | 0.60 | 245.38 | 0.61 | 0.25 |
| Hex | 20 | 19 | 67 | 45 | 4C | 0 | 3C | F5 | 3D | 19 |
| Octal | 40 | 31 | 147 | 105 | 114 | 0 | 74 | 365 | 75 | 31 |
| Binary | 100000 | 11001 | 1100111 | 1000101 | 1001100 | 0 | 111100 | 11110101 | 111101 | 11001 |
Color Harmonies of #201967
Complementary color
Monochromatic Colors of #201967
Black with #201967
Text Example
Text Example
White with #201967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201967; }
p { color: rgb(32,25,103); }
H1.HeaderClassName
{
color: #201967;
}
.AnyTagClassName
{
color: #201967;
}
</style>
background-color css
<style>
a { background-color: #201967; }
a { background-color: rgb(32,25,103); }
div.DivClassName
{
background-color: #201967;
}
.BgClassName
{
background-color: #201967;
}
</style>
border-color css
<style>
span { border-color: #201967; }
span { border-color: rgb(32,25,103); }
td.TdClassName
{
border-color: #201967;
}
.TagClassName
{
border-color: #201967;
}
</style>