Shades of Midnight Express #12224B
Tints of Midnight Express #12224B
RGB
CMYK
RGB Variations
Color information
#12224B (or 0x12224B) is known color: Midnight Express. HEX triplet: 12, 22 and 4B. RGB value is (18,34,75). Sum of RGB (Red+Green+Blue) = 18+34+75=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #12224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12224B is #EDDDB4. Grayscale: #212121. Windows color (decimal): -15588789 or 4923922. OLE color: 4923922.
HSL color Cylindrical-coordinate representation of color #12224B: hue angle of 223.16º 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 #12224B is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 34 | 75 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.71 |
| HSL | 223.16º | 0.61% | 0.18% | - |
| HSV(B) | 223.16º | 0.76% | 0.29% | - |
| XYZ | 2.09 | 1.78 | 6.89 | - |
| YUV | 33.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 75 | 0.76 | 0.55 | 0 | 0.71 | 223.16 | 0.61 | 0.18 |
| Hex | 12 | 22 | 4B | 4C | 37 | 0 | 47 | DF | 3D | 12 |
| Octal | 22 | 42 | 113 | 114 | 67 | 0 | 107 | 337 | 75 | 22 |
| Binary | 10010 | 100010 | 1001011 | 1001100 | 110111 | 0 | 1000111 | 11011111 | 111101 | 10010 |
Color Harmonies of #12224B
Complementary color
Monochromatic Colors of #12224B
Black with #12224B
Text Example
Text Example
White with #12224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12224B; }
p { color: rgb(18,34,75); }
H1.HeaderClassName
{
color: #12224B;
}
.AnyTagClassName
{
color: #12224B;
}
</style>
background-color css
<style>
a { background-color: #12224B; }
a { background-color: rgb(18,34,75); }
div.DivClassName
{
background-color: #12224B;
}
.BgClassName
{
background-color: #12224B;
}
</style>
border-color css
<style>
span { border-color: #12224B; }
span { border-color: rgb(18,34,75); }
td.TdClassName
{
border-color: #12224B;
}
.TagClassName
{
border-color: #12224B;
}
</style>