Shades of Midnight #12264A
Tints of Midnight #12264A
RGB
CMYK
RGB Variations
Color information
#12264A (or 0x12264A) is known color: Midnight. HEX triplet: 12, 26 and 4A. RGB value is (18,38,74). Sum of RGB (Red+Green+Blue) = 18+38+74=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #12264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12264A is #EDD9B5. Grayscale: #232323. Windows color (decimal): -15587766 or 4859410. OLE color: 4859410.
HSL color Cylindrical-coordinate representation of color #12264A: hue angle of 218.57º 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 #12264A is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 38 | 74 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.71 |
| HSL | 218.57º | 0.61% | 0.18% | - |
| HSV(B) | 218.57º | 0.76% | 0.29% | - |
| XYZ | 2.18 | 2.01 | 6.75 | - |
| YUV | 36.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 74 | 0.76 | 0.49 | 0 | 0.71 | 218.57 | 0.61 | 0.18 |
| Hex | 12 | 26 | 4A | 4C | 31 | 0 | 47 | DB | 3D | 12 |
| Octal | 22 | 46 | 112 | 114 | 61 | 0 | 107 | 333 | 75 | 22 |
| Binary | 10010 | 100110 | 1001010 | 1001100 | 110001 | 0 | 1000111 | 11011011 | 111101 | 10010 |
Color Harmonies of #12264A
Complementary color
Monochromatic Colors of #12264A
Black with #12264A
Text Example
Text Example
White with #12264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12264A; }
p { color: rgb(18,38,74); }
H1.HeaderClassName
{
color: #12264A;
}
.AnyTagClassName
{
color: #12264A;
}
</style>
background-color css
<style>
a { background-color: #12264A; }
a { background-color: rgb(18,38,74); }
div.DivClassName
{
background-color: #12264A;
}
.BgClassName
{
background-color: #12264A;
}
</style>
border-color css
<style>
span { border-color: #12264A; }
span { border-color: rgb(18,38,74); }
td.TdClassName
{
border-color: #12264A;
}
.TagClassName
{
border-color: #12264A;
}
</style>