Shades of Midnight Blue #12056B
Tints of Midnight Blue #12056B
RGB
CMYK
RGB Variations
Color information
#12056B (or 0x12056B) is known color: Midnight Blue. HEX triplet: 12, 05 and 6B. RGB value is (18,5,107). Sum of RGB (Red+Green+Blue) = 18+5+107=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #12056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12056B is #EDFA94. Grayscale: #141414. Windows color (decimal): -15596181 or 7013650. OLE color: 7013650.
HSL color Cylindrical-coordinate representation of color #12056B: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12056B is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 5 | 107 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.58 |
| HSL | 247.65º | 0.91% | 0.22% | - |
| HSV(B) | 247.65º | 0.95% | 0.42% | - |
| XYZ | 2.96 | 1.3 | 14 | - |
| YUV | 20.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 107 | 0.83 | 0.95 | 0 | 0.58 | 247.65 | 0.91 | 0.22 |
| Hex | 12 | 5 | 6B | 53 | 5F | 0 | 3A | F8 | 5B | 16 |
| Octal | 22 | 5 | 153 | 123 | 137 | 0 | 72 | 370 | 133 | 26 |
| Binary | 10010 | 101 | 1101011 | 1010011 | 1011111 | 0 | 111010 | 11111000 | 1011011 | 10110 |
Color Harmonies of #12056B
Complementary color
Monochromatic Colors of #12056B
Black with #12056B
Text Example
Text Example
White with #12056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12056B; }
p { color: rgb(18,5,107); }
H1.HeaderClassName
{
color: #12056B;
}
.AnyTagClassName
{
color: #12056B;
}
</style>
background-color css
<style>
a { background-color: #12056B; }
a { background-color: rgb(18,5,107); }
div.DivClassName
{
background-color: #12056B;
}
.BgClassName
{
background-color: #12056B;
}
</style>
border-color css
<style>
span { border-color: #12056B; }
span { border-color: rgb(18,5,107); }
td.TdClassName
{
border-color: #12056B;
}
.TagClassName
{
border-color: #12056B;
}
</style>