Shades of Midnight Express #10194F
Tints of Midnight Express #10194F
RGB
CMYK
RGB Variations
Color information
#10194F (or 0x10194F) is known color: Midnight Express. HEX triplet: 10, 19 and 4F. RGB value is (16,25,79). Sum of RGB (Red+Green+Blue) = 16+25+79=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #10194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10194F is #EFE6B0. Grayscale: #1C1C1C. Windows color (decimal): -15722161 or 5183760. OLE color: 5183760.
HSL color Cylindrical-coordinate representation of color #10194F: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10194F is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 25 | 79 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.69 |
| HSL | 231.43º | 0.66% | 0.19% | - |
| HSV(B) | 231.43º | 0.8% | 0.31% | - |
| XYZ | 1.97 | 1.37 | 7.56 | - |
| YUV | 28.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 79 | 0.80 | 0.68 | 0 | 0.69 | 231.43 | 0.66 | 0.19 |
| Hex | 10 | 19 | 4F | 50 | 44 | 0 | 45 | E7 | 42 | 13 |
| Octal | 20 | 31 | 117 | 120 | 104 | 0 | 105 | 347 | 102 | 23 |
| Binary | 10000 | 11001 | 1001111 | 1010000 | 1000100 | 0 | 1000101 | 11100111 | 1000010 | 10011 |
Color Harmonies of #10194F
Complementary color
Monochromatic Colors of #10194F
Black with #10194F
Text Example
Text Example
White with #10194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10194F; }
p { color: rgb(16,25,79); }
H1.HeaderClassName
{
color: #10194F;
}
.AnyTagClassName
{
color: #10194F;
}
</style>
background-color css
<style>
a { background-color: #10194F; }
a { background-color: rgb(16,25,79); }
div.DivClassName
{
background-color: #10194F;
}
.BgClassName
{
background-color: #10194F;
}
</style>
border-color css
<style>
span { border-color: #10194F; }
span { border-color: rgb(16,25,79); }
td.TdClassName
{
border-color: #10194F;
}
.TagClassName
{
border-color: #10194F;
}
</style>