Shades of Midnight Blue #20177F
Tints of Midnight Blue #20177F
RGB
CMYK
RGB Variations
Color information
#20177F (or 0x20177F) is known color: Midnight Blue. HEX triplet: 20, 17 and 7F. RGB value is (32,23,127). Sum of RGB (Red+Green+Blue) = 32+23+127=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #20177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20177F is #DFE880. Grayscale: #252525. Windows color (decimal): -14674049 or 8328992. OLE color: 8328992.
HSL color Cylindrical-coordinate representation of color #20177F: hue angle of 245.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20177F is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 23 | 127 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.50 |
| HSL | 245.19º | 0.69% | 0.29% | - |
| HSV(B) | 245.19º | 0.82% | 0.5% | - |
| XYZ | 4.73 | 2.45 | 20.3 | - |
| YUV | 37.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 127 | 0.75 | 0.82 | 0 | 0.50 | 245.19 | 0.69 | 0.29 |
| Hex | 20 | 17 | 7F | 4B | 52 | 0 | 32 | F5 | 45 | 1D |
| Octal | 40 | 27 | 177 | 113 | 122 | 0 | 62 | 365 | 105 | 35 |
| Binary | 100000 | 10111 | 1111111 | 1001011 | 1010010 | 0 | 110010 | 11110101 | 1000101 | 11101 |
Color Harmonies of #20177F
Complementary color
Monochromatic Colors of #20177F
Black with #20177F
Text Example
Text Example
White with #20177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20177F; }
p { color: rgb(32,23,127); }
H1.HeaderClassName
{
color: #20177F;
}
.AnyTagClassName
{
color: #20177F;
}
</style>
background-color css
<style>
a { background-color: #20177F; }
a { background-color: rgb(32,23,127); }
div.DivClassName
{
background-color: #20177F;
}
.BgClassName
{
background-color: #20177F;
}
</style>
border-color css
<style>
span { border-color: #20177F; }
span { border-color: rgb(32,23,127); }
td.TdClassName
{
border-color: #20177F;
}
.TagClassName
{
border-color: #20177F;
}
</style>