Shades of Midnight Express #10103F
Tints of Midnight Express #10103F
RGB
CMYK
RGB Variations
Color information
#10103F (or 0x10103F) is known color: Midnight Express. HEX triplet: 10, 10 and 3F. RGB value is (16,16,63). Sum of RGB (Red+Green+Blue) = 16+16+63=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #10103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10103F is #EFEFC0. Grayscale: #151515. Windows color (decimal): -15724481 or 4132880. OLE color: 4132880.
HSL color Cylindrical-coordinate representation of color #10103F: hue angle of 240º 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 #10103F is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 16 | 63 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.75 |
| HSL | 240º | 0.59% | 0.15% | - |
| HSV(B) | 240º | 0.75% | 0.25% | - |
| XYZ | 1.3 | 0.84 | 4.8 | - |
| YUV | 21.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 63 | 0.75 | 0.75 | 0 | 0.75 | 240 | 0.59 | 0.15 |
| Hex | 10 | 10 | 3F | 4B | 4B | 0 | 4B | F0 | 3B | F |
| Octal | 20 | 20 | 77 | 113 | 113 | 0 | 113 | 360 | 73 | 17 |
| Binary | 10000 | 10000 | 111111 | 1001011 | 1001011 | 0 | 1001011 | 11110000 | 111011 | 1111 |
Color Harmonies of #10103F
Complementary color
Monochromatic Colors of #10103F
Black with #10103F
Text Example
Text Example
White with #10103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10103F; }
p { color: rgb(16,16,63); }
H1.HeaderClassName
{
color: #10103F;
}
.AnyTagClassName
{
color: #10103F;
}
</style>
background-color css
<style>
a { background-color: #10103F; }
a { background-color: rgb(16,16,63); }
div.DivClassName
{
background-color: #10103F;
}
.BgClassName
{
background-color: #10103F;
}
</style>
border-color css
<style>
span { border-color: #10103F; }
span { border-color: rgb(16,16,63); }
td.TdClassName
{
border-color: #10103F;
}
.TagClassName
{
border-color: #10103F;
}
</style>