Shades of Midnight Express #12174B
Tints of Midnight Express #12174B
RGB
CMYK
RGB Variations
Color information
#12174B (or 0x12174B) is known color: Midnight Express. HEX triplet: 12, 17 and 4B. RGB value is (18,23,75). Sum of RGB (Red+Green+Blue) = 18+23+75=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #12174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12174B is #EDE8B4. Grayscale: #1B1B1B. Windows color (decimal): -15591605 or 4921106. OLE color: 4921106.
HSL color Cylindrical-coordinate representation of color #12174B: hue angle of 234.74º 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 #12174B is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 23 | 75 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.71 |
| HSL | 234.74º | 0.61% | 0.18% | - |
| HSV(B) | 234.74º | 0.76% | 0.29% | - |
| XYZ | 1.83 | 1.25 | 6.8 | - |
| YUV | 27.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 75 | 0.76 | 0.69 | 0 | 0.71 | 234.74 | 0.61 | 0.18 |
| Hex | 12 | 17 | 4B | 4C | 45 | 0 | 47 | EB | 3D | 12 |
| Octal | 22 | 27 | 113 | 114 | 105 | 0 | 107 | 353 | 75 | 22 |
| Binary | 10010 | 10111 | 1001011 | 1001100 | 1000101 | 0 | 1000111 | 11101011 | 111101 | 10010 |
Color Harmonies of #12174B
Complementary color
Monochromatic Colors of #12174B
Black with #12174B
Text Example
Text Example
White with #12174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12174B; }
p { color: rgb(18,23,75); }
H1.HeaderClassName
{
color: #12174B;
}
.AnyTagClassName
{
color: #12174B;
}
</style>
background-color css
<style>
a { background-color: #12174B; }
a { background-color: rgb(18,23,75); }
div.DivClassName
{
background-color: #12174B;
}
.BgClassName
{
background-color: #12174B;
}
</style>
border-color css
<style>
span { border-color: #12174B; }
span { border-color: rgb(18,23,75); }
td.TdClassName
{
border-color: #12174B;
}
.TagClassName
{
border-color: #12174B;
}
</style>