Shades of Midnight Blue #201E5F
Tints of Midnight Blue #201E5F
RGB
CMYK
RGB Variations
Color information
#201E5F (or 0x201E5F) is known color: Midnight Blue. HEX triplet: 20, 1E and 5F. RGB value is (32,30,95). Sum of RGB (Red+Green+Blue) = 32+30+95=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #201E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E5F is #DFE1A0. Grayscale: #252525. Windows color (decimal): -14672289 or 6233632. OLE color: 6233632.
HSL color Cylindrical-coordinate representation of color #201E5F: hue angle of 241.85º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201E5F is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 30 | 95 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.63 |
| HSL | 241.85º | 0.52% | 0.25% | - |
| HSV(B) | 241.85º | 0.68% | 0.37% | - |
| XYZ | 3.13 | 2.06 | 11.06 | - |
| YUV | 38.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 95 | 0.66 | 0.68 | 0 | 0.63 | 241.85 | 0.52 | 0.25 |
| Hex | 20 | 1E | 5F | 42 | 44 | 0 | 3F | F2 | 34 | 19 |
| Octal | 40 | 36 | 137 | 102 | 104 | 0 | 77 | 362 | 64 | 31 |
| Binary | 100000 | 11110 | 1011111 | 1000010 | 1000100 | 0 | 111111 | 11110010 | 110100 | 11001 |
Color Harmonies of #201E5F
Complementary color
Monochromatic Colors of #201E5F
Black with #201E5F
Text Example
Text Example
White with #201E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E5F; }
p { color: rgb(32,30,95); }
H1.HeaderClassName
{
color: #201E5F;
}
.AnyTagClassName
{
color: #201E5F;
}
</style>
background-color css
<style>
a { background-color: #201E5F; }
a { background-color: rgb(32,30,95); }
div.DivClassName
{
background-color: #201E5F;
}
.BgClassName
{
background-color: #201E5F;
}
</style>
border-color css
<style>
span { border-color: #201E5F; }
span { border-color: rgb(32,30,95); }
td.TdClassName
{
border-color: #201E5F;
}
.TagClassName
{
border-color: #201E5F;
}
</style>