Shades of Midnight Express #10203F
Tints of Midnight Express #10203F
RGB
CMYK
RGB Variations
Color information
#10203F (or 0x10203F) is known color: Midnight Express. HEX triplet: 10, 20 and 3F. RGB value is (16,32,63). Sum of RGB (Red+Green+Blue) = 16+32+63=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #10203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10203F is #EFDFC0. Grayscale: #1E1E1E. Windows color (decimal): -15720385 or 4136976. OLE color: 4136976.
HSL color Cylindrical-coordinate representation of color #10203F: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10203F is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 32 | 63 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.75 |
| HSL | 219.57º | 0.59% | 0.15% | - |
| HSV(B) | 219.57º | 0.75% | 0.25% | - |
| XYZ | 1.63 | 1.5 | 4.91 | - |
| YUV | 30.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 63 | 0.75 | 0.49 | 0 | 0.75 | 219.57 | 0.59 | 0.15 |
| Hex | 10 | 20 | 3F | 4B | 31 | 0 | 4B | DC | 3B | F |
| Octal | 20 | 40 | 77 | 113 | 61 | 0 | 113 | 334 | 73 | 17 |
| Binary | 10000 | 100000 | 111111 | 1001011 | 110001 | 0 | 1001011 | 11011100 | 111011 | 1111 |
Color Harmonies of #10203F
Complementary color
Monochromatic Colors of #10203F
Black with #10203F
Text Example
Text Example
White with #10203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10203F; }
p { color: rgb(16,32,63); }
H1.HeaderClassName
{
color: #10203F;
}
.AnyTagClassName
{
color: #10203F;
}
</style>
background-color css
<style>
a { background-color: #10203F; }
a { background-color: rgb(16,32,63); }
div.DivClassName
{
background-color: #10203F;
}
.BgClassName
{
background-color: #10203F;
}
</style>
border-color css
<style>
span { border-color: #10203F; }
span { border-color: rgb(16,32,63); }
td.TdClassName
{
border-color: #10203F;
}
.TagClassName
{
border-color: #10203F;
}
</style>