Shades of Midnight Express #10143C
Tints of Midnight Express #10143C
RGB
CMYK
RGB Variations
Color information
#10143C (or 0x10143C) is known color: Midnight Express. HEX triplet: 10, 14 and 3C. RGB value is (16,20,60). Sum of RGB (Red+Green+Blue) = 16+20+60=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #10143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10143C is #EFEBC3. Grayscale: #171717. Windows color (decimal): -15723460 or 3937296. OLE color: 3937296.
HSL color Cylindrical-coordinate representation of color #10143C: hue angle of 234.55º 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 #10143C is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 20 | 60 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.76 |
| HSL | 234.55º | 0.58% | 0.15% | - |
| HSV(B) | 234.55º | 0.73% | 0.24% | - |
| XYZ | 1.28 | 0.94 | 4.39 | - |
| YUV | 23.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 60 | 0.73 | 0.67 | 0 | 0.76 | 234.55 | 0.58 | 0.15 |
| Hex | 10 | 14 | 3C | 49 | 43 | 0 | 4C | EB | 3A | F |
| Octal | 20 | 24 | 74 | 111 | 103 | 0 | 114 | 353 | 72 | 17 |
| Binary | 10000 | 10100 | 111100 | 1001001 | 1000011 | 0 | 1001100 | 11101011 | 111010 | 1111 |
Color Harmonies of #10143C
Complementary color
Monochromatic Colors of #10143C
Black with #10143C
Text Example
Text Example
White with #10143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10143C; }
p { color: rgb(16,20,60); }
H1.HeaderClassName
{
color: #10143C;
}
.AnyTagClassName
{
color: #10143C;
}
</style>
background-color css
<style>
a { background-color: #10143C; }
a { background-color: rgb(16,20,60); }
div.DivClassName
{
background-color: #10143C;
}
.BgClassName
{
background-color: #10143C;
}
</style>
border-color css
<style>
span { border-color: #10143C; }
span { border-color: rgb(16,20,60); }
td.TdClassName
{
border-color: #10143C;
}
.TagClassName
{
border-color: #10143C;
}
</style>