Shades of Midnight Express #10184C
Tints of Midnight Express #10184C
RGB
CMYK
RGB Variations
Color information
#10184C (or 0x10184C) is known color: Midnight Express. HEX triplet: 10, 18 and 4C. RGB value is (16,24,76). Sum of RGB (Red+Green+Blue) = 16+24+76=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #10184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10184C is #EFE7B3. Grayscale: #1B1B1B. Windows color (decimal): -15722420 or 4986896. OLE color: 4986896.
HSL color Cylindrical-coordinate representation of color #10184C: hue angle of 232º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10184C is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 24 | 76 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.70 |
| HSL | 232º | 0.65% | 0.18% | - |
| HSV(B) | 232º | 0.79% | 0.3% | - |
| XYZ | 1.84 | 1.29 | 6.99 | - |
| YUV | 27.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 76 | 0.79 | 0.68 | 0 | 0.70 | 232 | 0.65 | 0.18 |
| Hex | 10 | 18 | 4C | 4F | 44 | 0 | 46 | E8 | 41 | 12 |
| Octal | 20 | 30 | 114 | 117 | 104 | 0 | 106 | 350 | 101 | 22 |
| Binary | 10000 | 11000 | 1001100 | 1001111 | 1000100 | 0 | 1000110 | 11101000 | 1000001 | 10010 |
Color Harmonies of #10184C
Complementary color
Monochromatic Colors of #10184C
Black with #10184C
Text Example
Text Example
White with #10184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10184C; }
p { color: rgb(16,24,76); }
H1.HeaderClassName
{
color: #10184C;
}
.AnyTagClassName
{
color: #10184C;
}
</style>
background-color css
<style>
a { background-color: #10184C; }
a { background-color: rgb(16,24,76); }
div.DivClassName
{
background-color: #10184C;
}
.BgClassName
{
background-color: #10184C;
}
</style>
border-color css
<style>
span { border-color: #10184C; }
span { border-color: rgb(16,24,76); }
td.TdClassName
{
border-color: #10184C;
}
.TagClassName
{
border-color: #10184C;
}
</style>