Shades of Midnight Blue #120675
Tints of Midnight Blue #120675
RGB
CMYK
RGB Variations
Color information
#120675 (or 0x120675) is known color: Midnight Blue. HEX triplet: 12, 06 and 75. RGB value is (18,6,117). Sum of RGB (Red+Green+Blue) = 18+6+117=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #120675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120675 is #EDF98A. Grayscale: #151515. Windows color (decimal): -15595915 or 7669266. OLE color: 7669266.
HSL color Cylindrical-coordinate representation of color #120675: hue angle of 246.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120675 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 6 | 117 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.54 |
| HSL | 246.49º | 0.9% | 0.24% | - |
| HSV(B) | 246.49º | 0.95% | 0.46% | - |
| XYZ | 3.53 | 1.54 | 16.94 | - |
| YUV | 22.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 117 | 0.85 | 0.95 | 0 | 0.54 | 246.49 | 0.9 | 0.24 |
| Hex | 12 | 6 | 75 | 55 | 5F | 0 | 36 | F6 | 5A | 18 |
| Octal | 22 | 6 | 165 | 125 | 137 | 0 | 66 | 366 | 132 | 30 |
| Binary | 10010 | 110 | 1110101 | 1010101 | 1011111 | 0 | 110110 | 11110110 | 1011010 | 11000 |
Color Harmonies of #120675
Complementary color
Monochromatic Colors of #120675
Black with #120675
Text Example
Text Example
White with #120675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120675; }
p { color: rgb(18,6,117); }
H1.HeaderClassName
{
color: #120675;
}
.AnyTagClassName
{
color: #120675;
}
</style>
background-color css
<style>
a { background-color: #120675; }
a { background-color: rgb(18,6,117); }
div.DivClassName
{
background-color: #120675;
}
.BgClassName
{
background-color: #120675;
}
</style>
border-color css
<style>
span { border-color: #120675; }
span { border-color: rgb(18,6,117); }
td.TdClassName
{
border-color: #120675;
}
.TagClassName
{
border-color: #120675;
}
</style>