Shades of Midnight Express #10183A
Tints of Midnight Express #10183A
RGB
CMYK
RGB Variations
Color information
#10183A (or 0x10183A) is known color: Midnight Express. HEX triplet: 10, 18 and 3A. RGB value is (16,24,58). Sum of RGB (Red+Green+Blue) = 16+24+58=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #10183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10183A is #EFE7C5. Grayscale: #191919. Windows color (decimal): -15722438 or 3807248. OLE color: 3807248.
HSL color Cylindrical-coordinate representation of color #10183A: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10183A is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 24 | 58 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.77 |
| HSL | 228.57º | 0.57% | 0.15% | - |
| HSV(B) | 228.57º | 0.72% | 0.23% | - |
| XYZ | 1.3 | 1.07 | 4.14 | - |
| YUV | 25.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 58 | 0.72 | 0.59 | 0 | 0.77 | 228.57 | 0.57 | 0.15 |
| Hex | 10 | 18 | 3A | 48 | 3B | 0 | 4D | E5 | 39 | F |
| Octal | 20 | 30 | 72 | 110 | 73 | 0 | 115 | 345 | 71 | 17 |
| Binary | 10000 | 11000 | 111010 | 1001000 | 111011 | 0 | 1001101 | 11100101 | 111001 | 1111 |
Color Harmonies of #10183A
Complementary color
Monochromatic Colors of #10183A
Black with #10183A
Text Example
Text Example
White with #10183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10183A; }
p { color: rgb(16,24,58); }
H1.HeaderClassName
{
color: #10183A;
}
.AnyTagClassName
{
color: #10183A;
}
</style>
background-color css
<style>
a { background-color: #10183A; }
a { background-color: rgb(16,24,58); }
div.DivClassName
{
background-color: #10183A;
}
.BgClassName
{
background-color: #10183A;
}
</style>
border-color css
<style>
span { border-color: #10183A; }
span { border-color: rgb(16,24,58); }
td.TdClassName
{
border-color: #10183A;
}
.TagClassName
{
border-color: #10183A;
}
</style>