Shades of Midnight Express #101C3C
Tints of Midnight Express #101C3C
RGB
CMYK
RGB Variations
Color information
#101C3C (or 0x101C3C) is known color: Midnight Express. HEX triplet: 10, 1C and 3C. RGB value is (16,28,60). Sum of RGB (Red+Green+Blue) = 16+28+60=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #101C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C3C is #EFE3C3. Grayscale: #1B1B1B. Windows color (decimal): -15721412 or 3939344. OLE color: 3939344.
HSL color Cylindrical-coordinate representation of color #101C3C: hue angle of 223.64º 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 #101C3C is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 28 | 60 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.76 |
| HSL | 223.64º | 0.58% | 0.15% | - |
| HSV(B) | 223.64º | 0.73% | 0.24% | - |
| XYZ | 1.44 | 1.27 | 4.44 | - |
| YUV | 28.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 60 | 0.73 | 0.53 | 0 | 0.76 | 223.64 | 0.58 | 0.15 |
| Hex | 10 | 1C | 3C | 49 | 35 | 0 | 4C | E0 | 3A | F |
| Octal | 20 | 34 | 74 | 111 | 65 | 0 | 114 | 340 | 72 | 17 |
| Binary | 10000 | 11100 | 111100 | 1001001 | 110101 | 0 | 1001100 | 11100000 | 111010 | 1111 |
Color Harmonies of #101C3C
Complementary color
Monochromatic Colors of #101C3C
Black with #101C3C
Text Example
Text Example
White with #101C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C3C; }
p { color: rgb(16,28,60); }
H1.HeaderClassName
{
color: #101C3C;
}
.AnyTagClassName
{
color: #101C3C;
}
</style>
background-color css
<style>
a { background-color: #101C3C; }
a { background-color: rgb(16,28,60); }
div.DivClassName
{
background-color: #101C3C;
}
.BgClassName
{
background-color: #101C3C;
}
</style>
border-color css
<style>
span { border-color: #101C3C; }
span { border-color: rgb(16,28,60); }
td.TdClassName
{
border-color: #101C3C;
}
.TagClassName
{
border-color: #101C3C;
}
</style>