Shades of Midnight Blue #120853
Tints of Midnight Blue #120853
RGB
CMYK
RGB Variations
Color information
#120853 (or 0x120853) is known color: Midnight Blue. HEX triplet: 12, 08 and 53. RGB value is (18,8,83). Sum of RGB (Red+Green+Blue) = 18+8+83=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #120853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120853 is #EDF7AC. Grayscale: #131313. Windows color (decimal): -15595437 or 5441554. OLE color: 5441554.
HSL color Cylindrical-coordinate representation of color #120853: hue angle of 248º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120853 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 8 | 83 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.67 |
| HSL | 248º | 0.82% | 0.18% | - |
| HSV(B) | 248º | 0.9% | 0.33% | - |
| XYZ | 1.9 | 0.93 | 8.26 | - |
| YUV | 19.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 83 | 0.78 | 0.90 | 0 | 0.67 | 248 | 0.82 | 0.18 |
| Hex | 12 | 8 | 53 | 4E | 5A | 0 | 43 | F8 | 52 | 12 |
| Octal | 22 | 10 | 123 | 116 | 132 | 0 | 103 | 370 | 122 | 22 |
| Binary | 10010 | 1000 | 1010011 | 1001110 | 1011010 | 0 | 1000011 | 11111000 | 1010010 | 10010 |
Color Harmonies of #120853
Complementary color
Monochromatic Colors of #120853
Black with #120853
Text Example
Text Example
White with #120853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120853; }
p { color: rgb(18,8,83); }
H1.HeaderClassName
{
color: #120853;
}
.AnyTagClassName
{
color: #120853;
}
</style>
background-color css
<style>
a { background-color: #120853; }
a { background-color: rgb(18,8,83); }
div.DivClassName
{
background-color: #120853;
}
.BgClassName
{
background-color: #120853;
}
</style>
border-color css
<style>
span { border-color: #120853; }
span { border-color: rgb(18,8,83); }
td.TdClassName
{
border-color: #120853;
}
.TagClassName
{
border-color: #120853;
}
</style>