Shades of Midnight Express #10174E
Tints of Midnight Express #10174E
RGB
CMYK
RGB Variations
Color information
#10174E (or 0x10174E) is known color: Midnight Express. HEX triplet: 10, 17 and 4E. RGB value is (16,23,78). Sum of RGB (Red+Green+Blue) = 16+23+78=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #10174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10174E is #EFE8B1. Grayscale: #1A1A1A. Windows color (decimal): -15722674 or 5117712. OLE color: 5117712.
HSL color Cylindrical-coordinate representation of color #10174E: hue angle of 233.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10174E is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 23 | 78 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.69 |
| HSL | 233.23º | 0.66% | 0.18% | - |
| HSV(B) | 233.23º | 0.79% | 0.31% | - |
| XYZ | 1.9 | 1.27 | 7.35 | - |
| YUV | 27.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 78 | 0.79 | 0.71 | 0 | 0.69 | 233.23 | 0.66 | 0.18 |
| Hex | 10 | 17 | 4E | 4F | 47 | 0 | 45 | E9 | 42 | 12 |
| Octal | 20 | 27 | 116 | 117 | 107 | 0 | 105 | 351 | 102 | 22 |
| Binary | 10000 | 10111 | 1001110 | 1001111 | 1000111 | 0 | 1000101 | 11101001 | 1000010 | 10010 |
Color Harmonies of #10174E
Complementary color
Monochromatic Colors of #10174E
Black with #10174E
Text Example
Text Example
White with #10174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10174E; }
p { color: rgb(16,23,78); }
H1.HeaderClassName
{
color: #10174E;
}
.AnyTagClassName
{
color: #10174E;
}
</style>
background-color css
<style>
a { background-color: #10174E; }
a { background-color: rgb(16,23,78); }
div.DivClassName
{
background-color: #10174E;
}
.BgClassName
{
background-color: #10174E;
}
</style>
border-color css
<style>
span { border-color: #10174E; }
span { border-color: rgb(16,23,78); }
td.TdClassName
{
border-color: #10174E;
}
.TagClassName
{
border-color: #10174E;
}
</style>