Shades of Midnight Blue #140B65
Tints of Midnight Blue #140B65
RGB
CMYK
RGB Variations
Color information
#140B65 (or 0x140B65) is known color: Midnight Blue. HEX triplet: 14, 0B and 65. RGB value is (20,11,101). Sum of RGB (Red+Green+Blue) = 20+11+101=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #140B65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B65 is #EBF49A. Grayscale: #171717. Windows color (decimal): -15463579 or 6621972. OLE color: 6621972.
HSL color Cylindrical-coordinate representation of color #140B65: hue angle of 246º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140B65 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 11 | 101 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.60 |
| HSL | 246º | 0.8% | 0.22% | - |
| HSV(B) | 246º | 0.89% | 0.4% | - |
| XYZ | 2.76 | 1.33 | 12.42 | - |
| YUV | 23.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 101 | 0.80 | 0.89 | 0 | 0.60 | 246 | 0.8 | 0.22 |
| Hex | 14 | B | 65 | 50 | 59 | 0 | 3C | F6 | 50 | 16 |
| Octal | 24 | 13 | 145 | 120 | 131 | 0 | 74 | 366 | 120 | 26 |
| Binary | 10100 | 1011 | 1100101 | 1010000 | 1011001 | 0 | 111100 | 11110110 | 1010000 | 10110 |
Color Harmonies of #140B65
Complementary color
Monochromatic Colors of #140B65
Black with #140B65
Text Example
Text Example
White with #140B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B65; }
p { color: rgb(20,11,101); }
H1.HeaderClassName
{
color: #140B65;
}
.AnyTagClassName
{
color: #140B65;
}
</style>
background-color css
<style>
a { background-color: #140B65; }
a { background-color: rgb(20,11,101); }
div.DivClassName
{
background-color: #140B65;
}
.BgClassName
{
background-color: #140B65;
}
</style>
border-color css
<style>
span { border-color: #140B65; }
span { border-color: rgb(20,11,101); }
td.TdClassName
{
border-color: #140B65;
}
.TagClassName
{
border-color: #140B65;
}
</style>