Shades of Midnight Express #12254A
Tints of Midnight Express #12254A
RGB
CMYK
RGB Variations
Color information
#12254A (or 0x12254A) is known color: Midnight Express. HEX triplet: 12, 25 and 4A. RGB value is (18,37,74). Sum of RGB (Red+Green+Blue) = 18+37+74=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #12254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12254A is #EDDAB5. Grayscale: #232323. Windows color (decimal): -15588022 or 4859154. OLE color: 4859154.
HSL color Cylindrical-coordinate representation of color #12254A: hue angle of 219.64º 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 #12254A is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 37 | 74 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.71 |
| HSL | 219.64º | 0.61% | 0.18% | - |
| HSV(B) | 219.64º | 0.76% | 0.29% | - |
| XYZ | 2.15 | 1.95 | 6.74 | - |
| YUV | 35.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 74 | 0.76 | 0.50 | 0 | 0.71 | 219.64 | 0.61 | 0.18 |
| Hex | 12 | 25 | 4A | 4C | 32 | 0 | 47 | DC | 3D | 12 |
| Octal | 22 | 45 | 112 | 114 | 62 | 0 | 107 | 334 | 75 | 22 |
| Binary | 10010 | 100101 | 1001010 | 1001100 | 110010 | 0 | 1000111 | 11011100 | 111101 | 10010 |
Color Harmonies of #12254A
Complementary color
Monochromatic Colors of #12254A
Black with #12254A
Text Example
Text Example
White with #12254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12254A; }
p { color: rgb(18,37,74); }
H1.HeaderClassName
{
color: #12254A;
}
.AnyTagClassName
{
color: #12254A;
}
</style>
background-color css
<style>
a { background-color: #12254A; }
a { background-color: rgb(18,37,74); }
div.DivClassName
{
background-color: #12254A;
}
.BgClassName
{
background-color: #12254A;
}
</style>
border-color css
<style>
span { border-color: #12254A; }
span { border-color: rgb(18,37,74); }
td.TdClassName
{
border-color: #12254A;
}
.TagClassName
{
border-color: #12254A;
}
</style>