Shades of Midnight Express #10204A
Tints of Midnight Express #10204A
RGB
CMYK
RGB Variations
Color information
#10204A (or 0x10204A) is known color: Midnight Express. HEX triplet: 10, 20 and 4A. RGB value is (16,32,74). Sum of RGB (Red+Green+Blue) = 16+32+74=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #10204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10204A is #EFDFB5. Grayscale: #1F1F1F. Windows color (decimal): -15720374 or 4857872. OLE color: 4857872.
HSL color Cylindrical-coordinate representation of color #10204A: hue angle of 223.45º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10204A is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 32 | 74 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.71 |
| HSL | 223.45º | 0.64% | 0.18% | - |
| HSV(B) | 223.45º | 0.78% | 0.29% | - |
| XYZ | 1.97 | 1.64 | 6.69 | - |
| YUV | 32 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 74 | 0.78 | 0.57 | 0 | 0.71 | 223.45 | 0.64 | 0.18 |
| Hex | 10 | 20 | 4A | 4E | 39 | 0 | 47 | DF | 40 | 12 |
| Octal | 20 | 40 | 112 | 116 | 71 | 0 | 107 | 337 | 100 | 22 |
| Binary | 10000 | 100000 | 1001010 | 1001110 | 111001 | 0 | 1000111 | 11011111 | 1000000 | 10010 |
Color Harmonies of #10204A
Complementary color
Monochromatic Colors of #10204A
Black with #10204A
Text Example
Text Example
White with #10204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10204A; }
p { color: rgb(16,32,74); }
H1.HeaderClassName
{
color: #10204A;
}
.AnyTagClassName
{
color: #10204A;
}
</style>
background-color css
<style>
a { background-color: #10204A; }
a { background-color: rgb(16,32,74); }
div.DivClassName
{
background-color: #10204A;
}
.BgClassName
{
background-color: #10204A;
}
</style>
border-color css
<style>
span { border-color: #10204A; }
span { border-color: rgb(16,32,74); }
td.TdClassName
{
border-color: #10204A;
}
.TagClassName
{
border-color: #10204A;
}
</style>