Shades of Midnight Blue #12185D
Tints of Midnight Blue #12185D
RGB
CMYK
RGB Variations
Color information
#12185D (or 0x12185D) is known color: Midnight Blue. HEX triplet: 12, 18 and 5D. RGB value is (18,24,93). Sum of RGB (Red+Green+Blue) = 18+24+93=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #12185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185D is #EDE7A2. Grayscale: #1D1D1D. Windows color (decimal): -15591331 or 6101010. OLE color: 6101010.
HSL color Cylindrical-coordinate representation of color #12185D: hue angle of 235.2º 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 #12185D is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 24 | 93 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.64 |
| HSL | 235.2º | 0.68% | 0.22% | - |
| HSV(B) | 235.2º | 0.81% | 0.36% | - |
| XYZ | 2.55 | 1.57 | 10.52 | - |
| YUV | 30.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 93 | 0.81 | 0.74 | 0 | 0.64 | 235.2 | 0.68 | 0.22 |
| Hex | 12 | 18 | 5D | 51 | 4A | 0 | 40 | EB | 44 | 16 |
| Octal | 22 | 30 | 135 | 121 | 112 | 0 | 100 | 353 | 104 | 26 |
| Binary | 10010 | 11000 | 1011101 | 1010001 | 1001010 | 0 | 1000000 | 11101011 | 1000100 | 10110 |
Color Harmonies of #12185D
Complementary color
Monochromatic Colors of #12185D
Black with #12185D
Text Example
Text Example
White with #12185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12185D; }
p { color: rgb(18,24,93); }
H1.HeaderClassName
{
color: #12185D;
}
.AnyTagClassName
{
color: #12185D;
}
</style>
background-color css
<style>
a { background-color: #12185D; }
a { background-color: rgb(18,24,93); }
div.DivClassName
{
background-color: #12185D;
}
.BgClassName
{
background-color: #12185D;
}
</style>
border-color css
<style>
span { border-color: #12185D; }
span { border-color: rgb(18,24,93); }
td.TdClassName
{
border-color: #12185D;
}
.TagClassName
{
border-color: #12185D;
}
</style>