Shades of Medium Blue #140DC0
Tints of Medium Blue #140DC0
RGB
CMYK
RGB Variations
Color information
#140DC0 (or 0x140DC0) is known color: Medium Blue. HEX triplet: 14, 0D and C0. RGB value is (20,13,192). Sum of RGB (Red+Green+Blue) = 20+13+192=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #140DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DC0 is #EBF23F. Grayscale: #222222. Windows color (decimal): -15462976 or 12586260. OLE color: 12586260.
HSL color Cylindrical-coordinate representation of color #140DC0: hue angle of 242.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DC0 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 13 | 192 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.25 |
| HSL | 242.35º | 0.87% | 0.4% | - |
| HSV(B) | 242.35º | 0.93% | 0.75% | - |
| XYZ | 9.95 | 4.24 | 50.16 | - |
| YUV | 35.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 192 | 0.90 | 0.93 | 0 | 0.25 | 242.35 | 0.87 | 0.4 |
| Hex | 14 | D | C0 | 5A | 5D | 0 | 19 | F2 | 57 | 28 |
| Octal | 24 | 15 | 300 | 132 | 135 | 0 | 31 | 362 | 127 | 50 |
| Binary | 10100 | 1101 | 11000000 | 1011010 | 1011101 | 0 | 11001 | 11110010 | 1010111 | 101000 |
Color Harmonies of #140DC0
Complementary color
Monochromatic Colors of #140DC0
Black with #140DC0
Text Example
Text Example
White with #140DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DC0; }
p { color: rgb(20,13,192); }
H1.HeaderClassName
{
color: #140DC0;
}
.AnyTagClassName
{
color: #140DC0;
}
</style>
background-color css
<style>
a { background-color: #140DC0; }
a { background-color: rgb(20,13,192); }
div.DivClassName
{
background-color: #140DC0;
}
.BgClassName
{
background-color: #140DC0;
}
</style>
border-color css
<style>
span { border-color: #140DC0; }
span { border-color: rgb(20,13,192); }
td.TdClassName
{
border-color: #140DC0;
}
.TagClassName
{
border-color: #140DC0;
}
</style>