Shades of Midnight Blue #12137A
Tints of Midnight Blue #12137A
RGB
CMYK
RGB Variations
Color information
#12137A (or 0x12137A) is known color: Midnight Blue. HEX triplet: 12, 13 and 7A. RGB value is (18,19,122). Sum of RGB (Red+Green+Blue) = 18+19+122=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #12137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12137A is #EDEC85. Grayscale: #1E1E1E. Windows color (decimal): -15592582 or 8000274. OLE color: 8000274.
HSL color Cylindrical-coordinate representation of color #12137A: hue angle of 239.42º 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 #12137A is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 19 | 122 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.52 |
| HSL | 239.42º | 0.74% | 0.27% | - |
| HSV(B) | 239.42º | 0.85% | 0.48% | - |
| XYZ | 4 | 2 | 18.59 | - |
| YUV | 30.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 122 | 0.85 | 0.84 | 0 | 0.52 | 239.42 | 0.74 | 0.27 |
| Hex | 12 | 13 | 7A | 55 | 54 | 0 | 34 | EF | 4A | 1B |
| Octal | 22 | 23 | 172 | 125 | 124 | 0 | 64 | 357 | 112 | 33 |
| Binary | 10010 | 10011 | 1111010 | 1010101 | 1010100 | 0 | 110100 | 11101111 | 1001010 | 11011 |
Color Harmonies of #12137A
Complementary color
Monochromatic Colors of #12137A
Black with #12137A
Text Example
Text Example
White with #12137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12137A; }
p { color: rgb(18,19,122); }
H1.HeaderClassName
{
color: #12137A;
}
.AnyTagClassName
{
color: #12137A;
}
</style>
background-color css
<style>
a { background-color: #12137A; }
a { background-color: rgb(18,19,122); }
div.DivClassName
{
background-color: #12137A;
}
.BgClassName
{
background-color: #12137A;
}
</style>
border-color css
<style>
span { border-color: #12137A; }
span { border-color: rgb(18,19,122); }
td.TdClassName
{
border-color: #12137A;
}
.TagClassName
{
border-color: #12137A;
}
</style>