Shades of Midnight #12274D
Tints of Midnight #12274D
RGB
CMYK
RGB Variations
Color information
#12274D (or 0x12274D) is known color: Midnight. HEX triplet: 12, 27 and 4D. RGB value is (18,39,77). Sum of RGB (Red+Green+Blue) = 18+39+77=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #12274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274D is #EDD8B2. Grayscale: #242424. Windows color (decimal): -15587507 or 5056274. OLE color: 5056274.
HSL color Cylindrical-coordinate representation of color #12274D: hue angle of 218.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12274D is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 39 | 77 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.70 |
| HSL | 218.64º | 0.62% | 0.19% | - |
| HSV(B) | 218.64º | 0.77% | 0.3% | - |
| XYZ | 2.31 | 2.12 | 7.31 | - |
| YUV | 37.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 77 | 0.77 | 0.49 | 0 | 0.70 | 218.64 | 0.62 | 0.19 |
| Hex | 12 | 27 | 4D | 4D | 31 | 0 | 46 | DB | 3E | 13 |
| Octal | 22 | 47 | 115 | 115 | 61 | 0 | 106 | 333 | 76 | 23 |
| Binary | 10010 | 100111 | 1001101 | 1001101 | 110001 | 0 | 1000110 | 11011011 | 111110 | 10011 |
Color Harmonies of #12274D
Complementary color
Monochromatic Colors of #12274D
Black with #12274D
Text Example
Text Example
White with #12274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12274D; }
p { color: rgb(18,39,77); }
H1.HeaderClassName
{
color: #12274D;
}
.AnyTagClassName
{
color: #12274D;
}
</style>
background-color css
<style>
a { background-color: #12274D; }
a { background-color: rgb(18,39,77); }
div.DivClassName
{
background-color: #12274D;
}
.BgClassName
{
background-color: #12274D;
}
</style>
border-color css
<style>
span { border-color: #12274D; }
span { border-color: rgb(18,39,77); }
td.TdClassName
{
border-color: #12274D;
}
.TagClassName
{
border-color: #12274D;
}
</style>