Shades of Midnight Blue #12175D
Tints of Midnight Blue #12175D
RGB
CMYK
RGB Variations
Color information
#12175D (or 0x12175D) is known color: Midnight Blue. HEX triplet: 12, 17 and 5D. RGB value is (18,23,93). Sum of RGB (Red+Green+Blue) = 18+23+93=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #12175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12175D is #EDE8A2. Grayscale: #1D1D1D. Windows color (decimal): -15591587 or 6100754. OLE color: 6100754.
HSL color Cylindrical-coordinate representation of color #12175D: hue angle of 236º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12175D is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 23 | 93 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.64 |
| HSL | 236º | 0.68% | 0.22% | - |
| HSV(B) | 236º | 0.81% | 0.36% | - |
| XYZ | 2.53 | 1.53 | 10.52 | - |
| YUV | 29.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 93 | 0.81 | 0.75 | 0 | 0.64 | 236 | 0.68 | 0.22 |
| Hex | 12 | 17 | 5D | 51 | 4B | 0 | 40 | EC | 44 | 16 |
| Octal | 22 | 27 | 135 | 121 | 113 | 0 | 100 | 354 | 104 | 26 |
| Binary | 10010 | 10111 | 1011101 | 1010001 | 1001011 | 0 | 1000000 | 11101100 | 1000100 | 10110 |
Color Harmonies of #12175D
Complementary color
Monochromatic Colors of #12175D
Black with #12175D
Text Example
Text Example
White with #12175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12175D; }
p { color: rgb(18,23,93); }
H1.HeaderClassName
{
color: #12175D;
}
.AnyTagClassName
{
color: #12175D;
}
</style>
background-color css
<style>
a { background-color: #12175D; }
a { background-color: rgb(18,23,93); }
div.DivClassName
{
background-color: #12175D;
}
.BgClassName
{
background-color: #12175D;
}
</style>
border-color css
<style>
span { border-color: #12175D; }
span { border-color: rgb(18,23,93); }
td.TdClassName
{
border-color: #12175D;
}
.TagClassName
{
border-color: #12175D;
}
</style>