Shades of Midnight Express #10193D
Tints of Midnight Express #10193D
RGB
CMYK
RGB Variations
Color information
#10193D (or 0x10193D) is known color: Midnight Express. HEX triplet: 10, 19 and 3D. RGB value is (16,25,61). Sum of RGB (Red+Green+Blue) = 16+25+61=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #10193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10193D is #EFE6C2. Grayscale: #1A1A1A. Windows color (decimal): -15722179 or 4004112. OLE color: 4004112.
HSL color Cylindrical-coordinate representation of color #10193D: hue angle of 228º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10193D is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 25 | 61 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.76 |
| HSL | 228º | 0.58% | 0.15% | - |
| HSV(B) | 228º | 0.74% | 0.24% | - |
| XYZ | 1.4 | 1.14 | 4.56 | - |
| YUV | 26.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 61 | 0.74 | 0.59 | 0 | 0.76 | 228 | 0.58 | 0.15 |
| Hex | 10 | 19 | 3D | 4A | 3B | 0 | 4C | E4 | 3A | F |
| Octal | 20 | 31 | 75 | 112 | 73 | 0 | 114 | 344 | 72 | 17 |
| Binary | 10000 | 11001 | 111101 | 1001010 | 111011 | 0 | 1001100 | 11100100 | 111010 | 1111 |
Color Harmonies of #10193D
Complementary color
Monochromatic Colors of #10193D
Black with #10193D
Text Example
Text Example
White with #10193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10193D; }
p { color: rgb(16,25,61); }
H1.HeaderClassName
{
color: #10193D;
}
.AnyTagClassName
{
color: #10193D;
}
</style>
background-color css
<style>
a { background-color: #10193D; }
a { background-color: rgb(16,25,61); }
div.DivClassName
{
background-color: #10193D;
}
.BgClassName
{
background-color: #10193D;
}
</style>
border-color css
<style>
span { border-color: #10193D; }
span { border-color: rgb(16,25,61); }
td.TdClassName
{
border-color: #10193D;
}
.TagClassName
{
border-color: #10193D;
}
</style>