Shades of Midnight Blue #140270
Tints of Midnight Blue #140270
RGB
CMYK
RGB Variations
Color information
#140270 (or 0x140270) is known color: Midnight Blue. HEX triplet: 14, 02 and 70. RGB value is (20,2,112). Sum of RGB (Red+Green+Blue) = 20+2+112=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #140270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140270 is #EBFD8F. Grayscale: #131313. Windows color (decimal): -15465872 or 7340564. OLE color: 7340564.
HSL color Cylindrical-coordinate representation of color #140270: hue angle of 249.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140270 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 2 | 112 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.56 |
| HSL | 249.82º | 0.96% | 0.22% | - |
| HSV(B) | 249.82º | 0.98% | 0.44% | - |
| XYZ | 3.23 | 1.36 | 15.42 | - |
| YUV | 19.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 112 | 0.82 | 0.98 | 0 | 0.56 | 249.82 | 0.96 | 0.22 |
| Hex | 14 | 2 | 70 | 52 | 62 | 0 | 38 | FA | 60 | 16 |
| Octal | 24 | 2 | 160 | 122 | 142 | 0 | 70 | 372 | 140 | 26 |
| Binary | 10100 | 10 | 1110000 | 1010010 | 1100010 | 0 | 111000 | 11111010 | 1100000 | 10110 |
Color Harmonies of #140270
Complementary color
Monochromatic Colors of #140270
Black with #140270
Text Example
Text Example
White with #140270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140270; }
p { color: rgb(20,2,112); }
H1.HeaderClassName
{
color: #140270;
}
.AnyTagClassName
{
color: #140270;
}
</style>
background-color css
<style>
a { background-color: #140270; }
a { background-color: rgb(20,2,112); }
div.DivClassName
{
background-color: #140270;
}
.BgClassName
{
background-color: #140270;
}
</style>
border-color css
<style>
span { border-color: #140270; }
span { border-color: rgb(20,2,112); }
td.TdClassName
{
border-color: #140270;
}
.TagClassName
{
border-color: #140270;
}
</style>