Shades of Midnight Express #100B3F
Tints of Midnight Express #100B3F
RGB
CMYK
RGB Variations
Color information
#100B3F (or 0x100B3F) is known color: Midnight Express. HEX triplet: 10, 0B and 3F. RGB value is (16,11,63). Sum of RGB (Red+Green+Blue) = 16+11+63=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #100B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B3F is #EFF4C0. Grayscale: #121212. Windows color (decimal): -15725761 or 4131600. OLE color: 4131600.
HSL color Cylindrical-coordinate representation of color #100B3F: hue angle of 245.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100B3F is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 11 | 63 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.75 |
| HSL | 245.77º | 0.7% | 0.15% | - |
| HSV(B) | 245.77º | 0.83% | 0.25% | - |
| XYZ | 1.23 | 0.71 | 4.77 | - |
| YUV | 18.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 63 | 0.75 | 0.83 | 0 | 0.75 | 245.77 | 0.7 | 0.15 |
| Hex | 10 | B | 3F | 4B | 53 | 0 | 4B | F6 | 46 | F |
| Octal | 20 | 13 | 77 | 113 | 123 | 0 | 113 | 366 | 106 | 17 |
| Binary | 10000 | 1011 | 111111 | 1001011 | 1010011 | 0 | 1001011 | 11110110 | 1000110 | 1111 |
Color Harmonies of #100B3F
Complementary color
Monochromatic Colors of #100B3F
Black with #100B3F
Text Example
Text Example
White with #100B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B3F; }
p { color: rgb(16,11,63); }
H1.HeaderClassName
{
color: #100B3F;
}
.AnyTagClassName
{
color: #100B3F;
}
</style>
background-color css
<style>
a { background-color: #100B3F; }
a { background-color: rgb(16,11,63); }
div.DivClassName
{
background-color: #100B3F;
}
.BgClassName
{
background-color: #100B3F;
}
</style>
border-color css
<style>
span { border-color: #100B3F; }
span { border-color: rgb(16,11,63); }
td.TdClassName
{
border-color: #100B3F;
}
.TagClassName
{
border-color: #100B3F;
}
</style>