Shades of Midnight Express #12184B
Tints of Midnight Express #12184B
RGB
CMYK
RGB Variations
Color information
#12184B (or 0x12184B) is known color: Midnight Express. HEX triplet: 12, 18 and 4B. RGB value is (18,24,75). Sum of RGB (Red+Green+Blue) = 18+24+75=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #12184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12184B is #EDE7B4. Grayscale: #1B1B1B. Windows color (decimal): -15591349 or 4921362. OLE color: 4921362.
HSL color Cylindrical-coordinate representation of color #12184B: hue angle of 233.68º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12184B is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 24 | 75 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.71 |
| HSL | 233.68º | 0.61% | 0.18% | - |
| HSV(B) | 233.68º | 0.76% | 0.29% | - |
| XYZ | 1.85 | 1.29 | 6.81 | - |
| YUV | 28.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 75 | 0.76 | 0.68 | 0 | 0.71 | 233.68 | 0.61 | 0.18 |
| Hex | 12 | 18 | 4B | 4C | 44 | 0 | 47 | EA | 3D | 12 |
| Octal | 22 | 30 | 113 | 114 | 104 | 0 | 107 | 352 | 75 | 22 |
| Binary | 10010 | 11000 | 1001011 | 1001100 | 1000100 | 0 | 1000111 | 11101010 | 111101 | 10010 |
Color Harmonies of #12184B
Complementary color
Monochromatic Colors of #12184B
Black with #12184B
Text Example
Text Example
White with #12184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12184B; }
p { color: rgb(18,24,75); }
H1.HeaderClassName
{
color: #12184B;
}
.AnyTagClassName
{
color: #12184B;
}
</style>
background-color css
<style>
a { background-color: #12184B; }
a { background-color: rgb(18,24,75); }
div.DivClassName
{
background-color: #12184B;
}
.BgClassName
{
background-color: #12184B;
}
</style>
border-color css
<style>
span { border-color: #12184B; }
span { border-color: rgb(18,24,75); }
td.TdClassName
{
border-color: #12184B;
}
.TagClassName
{
border-color: #12184B;
}
</style>