Shades of Midnight Express #10174A
Tints of Midnight Express #10174A
RGB
CMYK
RGB Variations
Color information
#10174A (or 0x10174A) is known color: Midnight Express. HEX triplet: 10, 17 and 4A. RGB value is (16,23,74). Sum of RGB (Red+Green+Blue) = 16+23+74=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #10174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10174A is #EFE8B5. Grayscale: #1A1A1A. Windows color (decimal): -15722678 or 4855568. OLE color: 4855568.
HSL color Cylindrical-coordinate representation of color #10174A: hue angle of 232.76º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10174A is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 23 | 74 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.71 |
| HSL | 232.76º | 0.64% | 0.18% | - |
| HSV(B) | 232.76º | 0.78% | 0.29% | - |
| XYZ | 1.76 | 1.22 | 6.62 | - |
| YUV | 26.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 74 | 0.78 | 0.69 | 0 | 0.71 | 232.76 | 0.64 | 0.18 |
| Hex | 10 | 17 | 4A | 4E | 45 | 0 | 47 | E9 | 40 | 12 |
| Octal | 20 | 27 | 112 | 116 | 105 | 0 | 107 | 351 | 100 | 22 |
| Binary | 10000 | 10111 | 1001010 | 1001110 | 1000101 | 0 | 1000111 | 11101001 | 1000000 | 10010 |
Color Harmonies of #10174A
Complementary color
Monochromatic Colors of #10174A
Black with #10174A
Text Example
Text Example
White with #10174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10174A; }
p { color: rgb(16,23,74); }
H1.HeaderClassName
{
color: #10174A;
}
.AnyTagClassName
{
color: #10174A;
}
</style>
background-color css
<style>
a { background-color: #10174A; }
a { background-color: rgb(16,23,74); }
div.DivClassName
{
background-color: #10174A;
}
.BgClassName
{
background-color: #10174A;
}
</style>
border-color css
<style>
span { border-color: #10174A; }
span { border-color: rgb(16,23,74); }
td.TdClassName
{
border-color: #10174A;
}
.TagClassName
{
border-color: #10174A;
}
</style>