Shades of Midnight Express #12133C
Tints of Midnight Express #12133C
RGB
CMYK
RGB Variations
Color information
#12133C (or 0x12133C) is known color: Midnight Express. HEX triplet: 12, 13 and 3C. RGB value is (18,19,60). Sum of RGB (Red+Green+Blue) = 18+19+60=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #12133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12133C is #EDECC3. Grayscale: #171717. Windows color (decimal): -15592644 or 3937042. OLE color: 3937042.
HSL color Cylindrical-coordinate representation of color #12133C: hue angle of 238.57º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12133C is Cyan = 0.7, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 19 | 60 | - |
| CMYK | 0.7 | 0.68 | 0 | 0.76 |
| HSL | 238.57º | 0.54% | 0.15% | - |
| HSV(B) | 238.57º | 0.7% | 0.24% | - |
| XYZ | 1.3 | 0.92 | 4.38 | - |
| YUV | 23.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 60 | 0.7 | 0.68 | 0 | 0.76 | 238.57 | 0.54 | 0.15 |
| Hex | 12 | 13 | 3C | 46 | 44 | 0 | 4C | EF | 36 | F |
| Octal | 22 | 23 | 74 | 106 | 104 | 0 | 114 | 357 | 66 | 17 |
| Binary | 10010 | 10011 | 111100 | 1000110 | 1000100 | 0 | 1001100 | 11101111 | 110110 | 1111 |
Color Harmonies of #12133C
Complementary color
Monochromatic Colors of #12133C
Black with #12133C
Text Example
Text Example
White with #12133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12133C; }
p { color: rgb(18,19,60); }
H1.HeaderClassName
{
color: #12133C;
}
.AnyTagClassName
{
color: #12133C;
}
</style>
background-color css
<style>
a { background-color: #12133C; }
a { background-color: rgb(18,19,60); }
div.DivClassName
{
background-color: #12133C;
}
.BgClassName
{
background-color: #12133C;
}
</style>
border-color css
<style>
span { border-color: #12133C; }
span { border-color: rgb(18,19,60); }
td.TdClassName
{
border-color: #12133C;
}
.TagClassName
{
border-color: #12133C;
}
</style>