Shades of Midnight Express #10192C
Tints of Midnight Express #10192C
RGB
CMYK
RGB Variations
Color information
#10192C (or 0x10192C) is known color: Midnight Express. HEX triplet: 10, 19 and 2C. RGB value is (16,25,44). Sum of RGB (Red+Green+Blue) = 16+25+44=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #10192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192C is #EFE6D3. Grayscale: #181818. Windows color (decimal): -15722196 or 2890000. OLE color: 2890000.
HSL color Cylindrical-coordinate representation of color #10192C: hue angle of 220.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10192C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 25 | 44 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.83 |
| HSL | 220.71º | 0.47% | 0.12% | - |
| HSV(B) | 220.71º | 0.64% | 0.17% | - |
| XYZ | 1.02 | 0.99 | 2.52 | - |
| YUV | 24.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 44 | 0.64 | 0.43 | 0 | 0.83 | 220.71 | 0.47 | 0.12 |
| Hex | 10 | 19 | 2C | 40 | 2B | 0 | 53 | DD | 2F | C |
| Octal | 20 | 31 | 54 | 100 | 53 | 0 | 123 | 335 | 57 | 14 |
| Binary | 10000 | 11001 | 101100 | 1000000 | 101011 | 0 | 1010011 | 11011101 | 101111 | 1100 |
Color Harmonies of #10192C
Complementary color
Monochromatic Colors of #10192C
Black with #10192C
Text Example
Text Example
White with #10192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10192C; }
p { color: rgb(16,25,44); }
H1.HeaderClassName
{
color: #10192C;
}
.AnyTagClassName
{
color: #10192C;
}
</style>
background-color css
<style>
a { background-color: #10192C; }
a { background-color: rgb(16,25,44); }
div.DivClassName
{
background-color: #10192C;
}
.BgClassName
{
background-color: #10192C;
}
</style>
border-color css
<style>
span { border-color: #10192C; }
span { border-color: rgb(16,25,44); }
td.TdClassName
{
border-color: #10192C;
}
.TagClassName
{
border-color: #10192C;
}
</style>