Shades of Midnight Express #12103F
Tints of Midnight Express #12103F
RGB
CMYK
RGB Variations
Color information
#12103F (or 0x12103F) is known color: Midnight Express. HEX triplet: 12, 10 and 3F. RGB value is (18,16,63). Sum of RGB (Red+Green+Blue) = 18+16+63=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #12103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12103F is #EDEFC0. Grayscale: #151515. Windows color (decimal): -15593409 or 4132882. OLE color: 4132882.
HSL color Cylindrical-coordinate representation of color #12103F: hue angle of 242.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12103F is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 16 | 63 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.75 |
| HSL | 242.55º | 0.59% | 0.15% | - |
| HSV(B) | 242.55º | 0.75% | 0.25% | - |
| XYZ | 1.33 | 0.86 | 4.8 | - |
| YUV | 21.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 63 | 0.71 | 0.75 | 0 | 0.75 | 242.55 | 0.59 | 0.15 |
| Hex | 12 | 10 | 3F | 47 | 4B | 0 | 4B | F3 | 3B | F |
| Octal | 22 | 20 | 77 | 107 | 113 | 0 | 113 | 363 | 73 | 17 |
| Binary | 10010 | 10000 | 111111 | 1000111 | 1001011 | 0 | 1001011 | 11110011 | 111011 | 1111 |
Color Harmonies of #12103F
Complementary color
Monochromatic Colors of #12103F
Black with #12103F
Text Example
Text Example
White with #12103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12103F; }
p { color: rgb(18,16,63); }
H1.HeaderClassName
{
color: #12103F;
}
.AnyTagClassName
{
color: #12103F;
}
</style>
background-color css
<style>
a { background-color: #12103F; }
a { background-color: rgb(18,16,63); }
div.DivClassName
{
background-color: #12103F;
}
.BgClassName
{
background-color: #12103F;
}
</style>
border-color css
<style>
span { border-color: #12103F; }
span { border-color: rgb(18,16,63); }
td.TdClassName
{
border-color: #12103F;
}
.TagClassName
{
border-color: #12103F;
}
</style>