Shades of Midnight Express #10182F
Tints of Midnight Express #10182F
RGB
CMYK
RGB Variations
Color information
#10182F (or 0x10182F) is known color: Midnight Express. HEX triplet: 10, 18 and 2F. RGB value is (16,24,47). Sum of RGB (Red+Green+Blue) = 16+24+47=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #10182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182F is #EFE7D0. Grayscale: #181818. Windows color (decimal): -15722449 or 3086352. OLE color: 3086352.
HSL color Cylindrical-coordinate representation of color #10182F: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10182F is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 24 | 47 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.82 |
| HSL | 224.52º | 0.49% | 0.12% | - |
| HSV(B) | 224.52º | 0.66% | 0.18% | - |
| XYZ | 1.05 | 0.97 | 2.82 | - |
| YUV | 24.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 47 | 0.66 | 0.49 | 0 | 0.82 | 224.52 | 0.49 | 0.12 |
| Hex | 10 | 18 | 2F | 42 | 31 | 0 | 52 | E1 | 31 | C |
| Octal | 20 | 30 | 57 | 102 | 61 | 0 | 122 | 341 | 61 | 14 |
| Binary | 10000 | 11000 | 101111 | 1000010 | 110001 | 0 | 1010010 | 11100001 | 110001 | 1100 |
Color Harmonies of #10182F
Complementary color
Monochromatic Colors of #10182F
Black with #10182F
Text Example
Text Example
White with #10182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10182F; }
p { color: rgb(16,24,47); }
H1.HeaderClassName
{
color: #10182F;
}
.AnyTagClassName
{
color: #10182F;
}
</style>
background-color css
<style>
a { background-color: #10182F; }
a { background-color: rgb(16,24,47); }
div.DivClassName
{
background-color: #10182F;
}
.BgClassName
{
background-color: #10182F;
}
</style>
border-color css
<style>
span { border-color: #10182F; }
span { border-color: rgb(16,24,47); }
td.TdClassName
{
border-color: #10182F;
}
.TagClassName
{
border-color: #10182F;
}
</style>