Shades of Midnight Blue #120F64
Tints of Midnight Blue #120F64
RGB
CMYK
RGB Variations
Color information
#120F64 (or 0x120F64) is known color: Midnight Blue. HEX triplet: 12, 0F and 64. RGB value is (18,15,100). Sum of RGB (Red+Green+Blue) = 18+15+100=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #120F64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F64 is #EDF09B. Grayscale: #191919. Windows color (decimal): -15593628 or 6557458. OLE color: 6557458.
HSL color Cylindrical-coordinate representation of color #120F64: hue angle of 242.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120F64 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 15 | 100 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.61 |
| HSL | 242.12º | 0.74% | 0.23% | - |
| HSV(B) | 242.12º | 0.85% | 0.39% | - |
| XYZ | 2.72 | 1.39 | 12.18 | - |
| YUV | 25.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 100 | 0.82 | 0.85 | 0 | 0.61 | 242.12 | 0.74 | 0.23 |
| Hex | 12 | F | 64 | 52 | 55 | 0 | 3D | F2 | 4A | 17 |
| Octal | 22 | 17 | 144 | 122 | 125 | 0 | 75 | 362 | 112 | 27 |
| Binary | 10010 | 1111 | 1100100 | 1010010 | 1010101 | 0 | 111101 | 11110010 | 1001010 | 10111 |
Color Harmonies of #120F64
Complementary color
Monochromatic Colors of #120F64
Black with #120F64
Text Example
Text Example
White with #120F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F64; }
p { color: rgb(18,15,100); }
H1.HeaderClassName
{
color: #120F64;
}
.AnyTagClassName
{
color: #120F64;
}
</style>
background-color css
<style>
a { background-color: #120F64; }
a { background-color: rgb(18,15,100); }
div.DivClassName
{
background-color: #120F64;
}
.BgClassName
{
background-color: #120F64;
}
</style>
border-color css
<style>
span { border-color: #120F64; }
span { border-color: rgb(18,15,100); }
td.TdClassName
{
border-color: #120F64;
}
.TagClassName
{
border-color: #120F64;
}
</style>