Shades of New Midnight Blue #140CB0
Tints of New Midnight Blue #140CB0
RGB
CMYK
RGB Variations
Color information
#140CB0 (or 0x140CB0) is known color: New Midnight Blue. HEX triplet: 14, 0C and B0. RGB value is (20,12,176). Sum of RGB (Red+Green+Blue) = 20+12+176=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 176 (69.14% from 255 or 84.62% from 208); Max value from RGB is 176 - color contains mainly: blue. Hex color #140CB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140CB0 is #EBF34F. Grayscale: #202020. Windows color (decimal): -15463248 or 11537428. OLE color: 11537428.
HSL color Cylindrical-coordinate representation of color #140CB0: hue angle of 242.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140CB0 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 12 | 176 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.31 |
| HSL | 242.93º | 0.87% | 0.37% | - |
| HSV(B) | 242.93º | 0.93% | 0.69% | - |
| XYZ | 8.26 | 3.55 | 41.32 | - |
| YUV | 33.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 176 | 0.89 | 0.93 | 0 | 0.31 | 242.93 | 0.87 | 0.37 |
| Hex | 14 | C | B0 | 59 | 5D | 0 | 1F | F3 | 57 | 25 |
| Octal | 24 | 14 | 260 | 131 | 135 | 0 | 37 | 363 | 127 | 45 |
| Binary | 10100 | 1100 | 10110000 | 1011001 | 1011101 | 0 | 11111 | 11110011 | 1010111 | 100101 |
Color Harmonies of #140CB0
Complementary color
Monochromatic Colors of #140CB0
Black with #140CB0
Text Example
Text Example
White with #140CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CB0; }
p { color: rgb(20,12,176); }
H1.HeaderClassName
{
color: #140CB0;
}
.AnyTagClassName
{
color: #140CB0;
}
</style>
background-color css
<style>
a { background-color: #140CB0; }
a { background-color: rgb(20,12,176); }
div.DivClassName
{
background-color: #140CB0;
}
.BgClassName
{
background-color: #140CB0;
}
</style>
border-color css
<style>
span { border-color: #140CB0; }
span { border-color: rgb(20,12,176); }
td.TdClassName
{
border-color: #140CB0;
}
.TagClassName
{
border-color: #140CB0;
}
</style>