Shades of Midnight Blue #12085D
Tints of Midnight Blue #12085D
RGB
CMYK
RGB Variations
Color information
#12085D (or 0x12085D) is known color: Midnight Blue. HEX triplet: 12, 08 and 5D. RGB value is (18,8,93). Sum of RGB (Red+Green+Blue) = 18+8+93=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #12085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12085D is #EDF7A2. Grayscale: #141414. Windows color (decimal): -15595427 or 6096914. OLE color: 6096914.
HSL color Cylindrical-coordinate representation of color #12085D: hue angle of 247.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12085D is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 8 | 93 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.64 |
| HSL | 247.06º | 0.84% | 0.2% | - |
| HSV(B) | 247.06º | 0.91% | 0.36% | - |
| XYZ | 2.31 | 1.09 | 10.44 | - |
| YUV | 20.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 93 | 0.81 | 0.91 | 0 | 0.64 | 247.06 | 0.84 | 0.2 |
| Hex | 12 | 8 | 5D | 51 | 5B | 0 | 40 | F7 | 54 | 14 |
| Octal | 22 | 10 | 135 | 121 | 133 | 0 | 100 | 367 | 124 | 24 |
| Binary | 10010 | 1000 | 1011101 | 1010001 | 1011011 | 0 | 1000000 | 11110111 | 1010100 | 10100 |
Color Harmonies of #12085D
Complementary color
Monochromatic Colors of #12085D
Black with #12085D
Text Example
Text Example
White with #12085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12085D; }
p { color: rgb(18,8,93); }
H1.HeaderClassName
{
color: #12085D;
}
.AnyTagClassName
{
color: #12085D;
}
</style>
background-color css
<style>
a { background-color: #12085D; }
a { background-color: rgb(18,8,93); }
div.DivClassName
{
background-color: #12085D;
}
.BgClassName
{
background-color: #12085D;
}
</style>
border-color css
<style>
span { border-color: #12085D; }
span { border-color: rgb(18,8,93); }
td.TdClassName
{
border-color: #12085D;
}
.TagClassName
{
border-color: #12085D;
}
</style>