Shades of Midnight Express #10123C
Tints of Midnight Express #10123C
RGB
CMYK
RGB Variations
Color information
#10123C (or 0x10123C) is known color: Midnight Express. HEX triplet: 10, 12 and 3C. RGB value is (16,18,60). Sum of RGB (Red+Green+Blue) = 16+18+60=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #10123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123C is #EFEDC3. Grayscale: #161616. Windows color (decimal): -15723972 or 3936784. OLE color: 3936784.
HSL color Cylindrical-coordinate representation of color #10123C: hue angle of 237.27º 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 #10123C is Cyan = 0.73, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 18 | 60 | - |
| CMYK | 0.73 | 0.7 | 0 | 0.76 |
| HSL | 237.27º | 0.58% | 0.15% | - |
| HSV(B) | 237.27º | 0.73% | 0.24% | - |
| XYZ | 1.25 | 0.87 | 4.38 | - |
| YUV | 22.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 60 | 0.73 | 0.7 | 0 | 0.76 | 237.27 | 0.58 | 0.15 |
| Hex | 10 | 12 | 3C | 49 | 46 | 0 | 4C | ED | 3A | F |
| Octal | 20 | 22 | 74 | 111 | 106 | 0 | 114 | 355 | 72 | 17 |
| Binary | 10000 | 10010 | 111100 | 1001001 | 1000110 | 0 | 1001100 | 11101101 | 111010 | 1111 |
Color Harmonies of #10123C
Complementary color
Monochromatic Colors of #10123C
Black with #10123C
Text Example
Text Example
White with #10123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10123C; }
p { color: rgb(16,18,60); }
H1.HeaderClassName
{
color: #10123C;
}
.AnyTagClassName
{
color: #10123C;
}
</style>
background-color css
<style>
a { background-color: #10123C; }
a { background-color: rgb(16,18,60); }
div.DivClassName
{
background-color: #10123C;
}
.BgClassName
{
background-color: #10123C;
}
</style>
border-color css
<style>
span { border-color: #10123C; }
span { border-color: rgb(16,18,60); }
td.TdClassName
{
border-color: #10123C;
}
.TagClassName
{
border-color: #10123C;
}
</style>