Shades of Midnight Blue #140B64
Tints of Midnight Blue #140B64
RGB
CMYK
RGB Variations
Color information
#140B64 (or 0x140B64) is known color: Midnight Blue. HEX triplet: 14, 0B and 64. RGB value is (20,11,100). Sum of RGB (Red+Green+Blue) = 20+11+100=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 100 (39.45% from 255 or 76.34% from 131); Max value from RGB is 100 - color contains mainly: blue. Hex color #140B64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B64 is #EBF49B. Grayscale: #171717. Windows color (decimal): -15463580 or 6556436. OLE color: 6556436.
HSL color Cylindrical-coordinate representation of color #140B64: hue angle of 246.07º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140B64 is Cyan = 0.8, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 11 | 100 | - |
| CMYK | 0.8 | 0.89 | 0 | 0.61 |
| HSL | 246.07º | 0.8% | 0.22% | - |
| HSV(B) | 246.07º | 0.89% | 0.39% | - |
| XYZ | 2.71 | 1.31 | 12.17 | - |
| YUV | 23.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 100 | 0.8 | 0.89 | 0 | 0.61 | 246.07 | 0.8 | 0.22 |
| Hex | 14 | B | 64 | 50 | 59 | 0 | 3D | F6 | 50 | 16 |
| Octal | 24 | 13 | 144 | 120 | 131 | 0 | 75 | 366 | 120 | 26 |
| Binary | 10100 | 1011 | 1100100 | 1010000 | 1011001 | 0 | 111101 | 11110110 | 1010000 | 10110 |
Color Harmonies of #140B64
Complementary color
Monochromatic Colors of #140B64
Black with #140B64
Text Example
Text Example
White with #140B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B64; }
p { color: rgb(20,11,100); }
H1.HeaderClassName
{
color: #140B64;
}
.AnyTagClassName
{
color: #140B64;
}
</style>
background-color css
<style>
a { background-color: #140B64; }
a { background-color: rgb(20,11,100); }
div.DivClassName
{
background-color: #140B64;
}
.BgClassName
{
background-color: #140B64;
}
</style>
border-color css
<style>
span { border-color: #140B64; }
span { border-color: rgb(20,11,100); }
td.TdClassName
{
border-color: #140B64;
}
.TagClassName
{
border-color: #140B64;
}
</style>