Shades of Midnight Express #101B3C
Tints of Midnight Express #101B3C
RGB
CMYK
RGB Variations
Color information
#101B3C (or 0x101B3C) is known color: Midnight Express. HEX triplet: 10, 1B and 3C. RGB value is (16,27,60). Sum of RGB (Red+Green+Blue) = 16+27+60=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #101B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B3C is #EFE4C3. Grayscale: #1B1B1B. Windows color (decimal): -15721668 or 3939088. OLE color: 3939088.
HSL color Cylindrical-coordinate representation of color #101B3C: hue angle of 225º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #101B3C is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 27 | 60 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.76 |
| HSL | 225º | 0.58% | 0.15% | - |
| HSV(B) | 225º | 0.73% | 0.24% | - |
| XYZ | 1.42 | 1.22 | 4.44 | - |
| YUV | 27.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 60 | 0.73 | 0.55 | 0 | 0.76 | 225 | 0.58 | 0.15 |
| Hex | 10 | 1B | 3C | 49 | 37 | 0 | 4C | E1 | 3A | F |
| Octal | 20 | 33 | 74 | 111 | 67 | 0 | 114 | 341 | 72 | 17 |
| Binary | 10000 | 11011 | 111100 | 1001001 | 110111 | 0 | 1001100 | 11100001 | 111010 | 1111 |
Color Harmonies of #101B3C
Complementary color
Monochromatic Colors of #101B3C
Black with #101B3C
Text Example
Text Example
White with #101B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B3C; }
p { color: rgb(16,27,60); }
H1.HeaderClassName
{
color: #101B3C;
}
.AnyTagClassName
{
color: #101B3C;
}
</style>
background-color css
<style>
a { background-color: #101B3C; }
a { background-color: rgb(16,27,60); }
div.DivClassName
{
background-color: #101B3C;
}
.BgClassName
{
background-color: #101B3C;
}
</style>
border-color css
<style>
span { border-color: #101B3C; }
span { border-color: rgb(16,27,60); }
td.TdClassName
{
border-color: #101B3C;
}
.TagClassName
{
border-color: #101B3C;
}
</style>