Shades of Midnight Blue #12247A
Tints of Midnight Blue #12247A
RGB
CMYK
RGB Variations
Color information
#12247A (or 0x12247A) is known color: Midnight Blue. HEX triplet: 12, 24 and 7A. RGB value is (18,36,122). Sum of RGB (Red+Green+Blue) = 18+36+122=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #12247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12247A is #EDDB85. Grayscale: #282828. Windows color (decimal): -15588230 or 8004626. OLE color: 8004626.
HSL color Cylindrical-coordinate representation of color #12247A: hue angle of 229.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12247A is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 36 | 122 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.52 |
| HSL | 229.62º | 0.74% | 0.27% | - |
| HSV(B) | 229.62º | 0.85% | 0.48% | - |
| XYZ | 4.39 | 2.8 | 18.72 | - |
| YUV | 40.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 122 | 0.85 | 0.70 | 0 | 0.52 | 229.62 | 0.74 | 0.27 |
| Hex | 12 | 24 | 7A | 55 | 46 | 0 | 34 | E6 | 4A | 1B |
| Octal | 22 | 44 | 172 | 125 | 106 | 0 | 64 | 346 | 112 | 33 |
| Binary | 10010 | 100100 | 1111010 | 1010101 | 1000110 | 0 | 110100 | 11100110 | 1001010 | 11011 |
Color Harmonies of #12247A
Complementary color
Monochromatic Colors of #12247A
Black with #12247A
Text Example
Text Example
White with #12247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12247A; }
p { color: rgb(18,36,122); }
H1.HeaderClassName
{
color: #12247A;
}
.AnyTagClassName
{
color: #12247A;
}
</style>
background-color css
<style>
a { background-color: #12247A; }
a { background-color: rgb(18,36,122); }
div.DivClassName
{
background-color: #12247A;
}
.BgClassName
{
background-color: #12247A;
}
</style>
border-color css
<style>
span { border-color: #12247A; }
span { border-color: rgb(18,36,122); }
td.TdClassName
{
border-color: #12247A;
}
.TagClassName
{
border-color: #12247A;
}
</style>