Shades of Midnight Blue #120065
Tints of Midnight Blue #120065
RGB
CMYK
RGB Variations
Color information
#120065 (or 0x120065) is known color: Midnight Blue. HEX triplet: 12, 00 and 65. RGB value is (18,0,101). Sum of RGB (Red+Green+Blue) = 18+0+101=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #120065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120065 is #EDFF9A. Grayscale: #101010. Windows color (decimal): -15597467 or 6619154. OLE color: 6619154.
HSL color Cylindrical-coordinate representation of color #120065: hue angle of 250.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120065 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 0 | 101 | - |
| CMYK | 0.82 | 1 | 0 | 0.60 |
| HSL | 250.69º | 1% | 0.2% | - |
| HSV(B) | 250.69º | 1% | 0.4% | - |
| XYZ | 2.6 | 1.07 | 12.38 | - |
| YUV | 16.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 101 | 0.82 | 1 | 0 | 0.60 | 250.69 | 1 | 0.2 |
| Hex | 12 | 0 | 65 | 52 | 64 | 0 | 3C | FB | 64 | 14 |
| Octal | 22 | 0 | 145 | 122 | 144 | 0 | 74 | 373 | 144 | 24 |
| Binary | 10010 | 0 | 1100101 | 1010010 | 1100100 | 0 | 111100 | 11111011 | 1100100 | 10100 |
Color Harmonies of #120065
Complementary color
Monochromatic Colors of #120065
Black with #120065
Text Example
Text Example
White with #120065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120065; }
p { color: rgb(18,0,101); }
H1.HeaderClassName
{
color: #120065;
}
.AnyTagClassName
{
color: #120065;
}
</style>
background-color css
<style>
a { background-color: #120065; }
a { background-color: rgb(18,0,101); }
div.DivClassName
{
background-color: #120065;
}
.BgClassName
{
background-color: #120065;
}
</style>
border-color css
<style>
span { border-color: #120065; }
span { border-color: rgb(18,0,101); }
td.TdClassName
{
border-color: #120065;
}
.TagClassName
{
border-color: #120065;
}
</style>