Shades of Midnight Express #10204D
Tints of Midnight Express #10204D
RGB
CMYK
RGB Variations
Color information
#10204D (or 0x10204D) is known color: Midnight Express. HEX triplet: 10, 20 and 4D. RGB value is (16,32,77). Sum of RGB (Red+Green+Blue) = 16+32+77=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #10204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10204D is #EFDFB2. Grayscale: #202020. Windows color (decimal): -15720371 or 5054480. OLE color: 5054480.
HSL color Cylindrical-coordinate representation of color #10204D: hue angle of 224.26º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10204D is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 32 | 77 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.70 |
| HSL | 224.26º | 0.66% | 0.18% | - |
| HSV(B) | 224.26º | 0.79% | 0.3% | - |
| XYZ | 2.07 | 1.68 | 7.24 | - |
| YUV | 32.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 77 | 0.79 | 0.58 | 0 | 0.70 | 224.26 | 0.66 | 0.18 |
| Hex | 10 | 20 | 4D | 4F | 3A | 0 | 46 | E0 | 42 | 12 |
| Octal | 20 | 40 | 115 | 117 | 72 | 0 | 106 | 340 | 102 | 22 |
| Binary | 10000 | 100000 | 1001101 | 1001111 | 111010 | 0 | 1000110 | 11100000 | 1000010 | 10010 |
Color Harmonies of #10204D
Complementary color
Monochromatic Colors of #10204D
Black with #10204D
Text Example
Text Example
White with #10204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10204D; }
p { color: rgb(16,32,77); }
H1.HeaderClassName
{
color: #10204D;
}
.AnyTagClassName
{
color: #10204D;
}
</style>
background-color css
<style>
a { background-color: #10204D; }
a { background-color: rgb(16,32,77); }
div.DivClassName
{
background-color: #10204D;
}
.BgClassName
{
background-color: #10204D;
}
</style>
border-color css
<style>
span { border-color: #10204D; }
span { border-color: rgb(16,32,77); }
td.TdClassName
{
border-color: #10204D;
}
.TagClassName
{
border-color: #10204D;
}
</style>