Shades of Midnight Express #10183C
Tints of Midnight Express #10183C
RGB
CMYK
RGB Variations
Color information
#10183C (or 0x10183C) is known color: Midnight Express. HEX triplet: 10, 18 and 3C. RGB value is (16,24,60). Sum of RGB (Red+Green+Blue) = 16+24+60=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #10183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10183C is #EFE7C3. Grayscale: #191919. Windows color (decimal): -15722436 or 3938320. OLE color: 3938320.
HSL color Cylindrical-coordinate representation of color #10183C: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10183C is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 24 | 60 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.76 |
| HSL | 229.09º | 0.58% | 0.15% | - |
| HSV(B) | 229.09º | 0.73% | 0.24% | - |
| XYZ | 1.36 | 1.09 | 4.41 | - |
| YUV | 25.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 60 | 0.73 | 0.60 | 0 | 0.76 | 229.09 | 0.58 | 0.15 |
| Hex | 10 | 18 | 3C | 49 | 3C | 0 | 4C | E5 | 3A | F |
| Octal | 20 | 30 | 74 | 111 | 74 | 0 | 114 | 345 | 72 | 17 |
| Binary | 10000 | 11000 | 111100 | 1001001 | 111100 | 0 | 1001100 | 11100101 | 111010 | 1111 |
Color Harmonies of #10183C
Complementary color
Monochromatic Colors of #10183C
Black with #10183C
Text Example
Text Example
White with #10183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10183C; }
p { color: rgb(16,24,60); }
H1.HeaderClassName
{
color: #10183C;
}
.AnyTagClassName
{
color: #10183C;
}
</style>
background-color css
<style>
a { background-color: #10183C; }
a { background-color: rgb(16,24,60); }
div.DivClassName
{
background-color: #10183C;
}
.BgClassName
{
background-color: #10183C;
}
</style>
border-color css
<style>
span { border-color: #10183C; }
span { border-color: rgb(16,24,60); }
td.TdClassName
{
border-color: #10183C;
}
.TagClassName
{
border-color: #10183C;
}
</style>