Shades of Midnight Express #12133F
Tints of Midnight Express #12133F
RGB
CMYK
RGB Variations
Color information
#12133F (or 0x12133F) is known color: Midnight Express. HEX triplet: 12, 13 and 3F. RGB value is (18,19,63). Sum of RGB (Red+Green+Blue) = 18+19+63=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #12133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12133F is #EDECC0. Grayscale: #171717. Windows color (decimal): -15592641 or 4133650. OLE color: 4133650.
HSL color Cylindrical-coordinate representation of color #12133F: hue angle of 238.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12133F is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 19 | 63 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.75 |
| HSL | 238.67º | 0.56% | 0.16% | - |
| HSV(B) | 238.67º | 0.71% | 0.25% | - |
| XYZ | 1.38 | 0.95 | 4.81 | - |
| YUV | 23.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 63 | 0.71 | 0.70 | 0 | 0.75 | 238.67 | 0.56 | 0.16 |
| Hex | 12 | 13 | 3F | 47 | 46 | 0 | 4B | EF | 38 | 10 |
| Octal | 22 | 23 | 77 | 107 | 106 | 0 | 113 | 357 | 70 | 20 |
| Binary | 10010 | 10011 | 111111 | 1000111 | 1000110 | 0 | 1001011 | 11101111 | 111000 | 10000 |
Color Harmonies of #12133F
Complementary color
Monochromatic Colors of #12133F
Black with #12133F
Text Example
Text Example
White with #12133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12133F; }
p { color: rgb(18,19,63); }
H1.HeaderClassName
{
color: #12133F;
}
.AnyTagClassName
{
color: #12133F;
}
</style>
background-color css
<style>
a { background-color: #12133F; }
a { background-color: rgb(18,19,63); }
div.DivClassName
{
background-color: #12133F;
}
.BgClassName
{
background-color: #12133F;
}
</style>
border-color css
<style>
span { border-color: #12133F; }
span { border-color: rgb(18,19,63); }
td.TdClassName
{
border-color: #12133F;
}
.TagClassName
{
border-color: #12133F;
}
</style>