Shades of Medium Blue #140DC1
Tints of Medium Blue #140DC1
RGB
CMYK
RGB Variations
Color information
#140DC1 (or 0x140DC1) is known color: Medium Blue. HEX triplet: 14, 0D and C1. RGB value is (20,13,193). Sum of RGB (Red+Green+Blue) = 20+13+193=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 193 (75.78% from 255 or 85.40% from 226); Max value from RGB is 193 - color contains mainly: blue. Hex color #140DC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DC1 is #EBF23E. Grayscale: #222222. Windows color (decimal): -15462975 or 12651796. OLE color: 12651796.
HSL color Cylindrical-coordinate representation of color #140DC1: hue angle of 242.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DC1 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 13 | 193 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.24 |
| HSL | 242.33º | 0.87% | 0.4% | - |
| HSV(B) | 242.33º | 0.93% | 0.76% | - |
| XYZ | 10.06 | 4.29 | 50.75 | - |
| YUV | 35.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 193 | 0.90 | 0.93 | 0 | 0.24 | 242.33 | 0.87 | 0.4 |
| Hex | 14 | D | C1 | 5A | 5D | 0 | 18 | F2 | 57 | 28 |
| Octal | 24 | 15 | 301 | 132 | 135 | 0 | 30 | 362 | 127 | 50 |
| Binary | 10100 | 1101 | 11000001 | 1011010 | 1011101 | 0 | 11000 | 11110010 | 1010111 | 101000 |
Color Harmonies of #140DC1
Complementary color
Monochromatic Colors of #140DC1
Black with #140DC1
Text Example
Text Example
White with #140DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DC1; }
p { color: rgb(20,13,193); }
H1.HeaderClassName
{
color: #140DC1;
}
.AnyTagClassName
{
color: #140DC1;
}
</style>
background-color css
<style>
a { background-color: #140DC1; }
a { background-color: rgb(20,13,193); }
div.DivClassName
{
background-color: #140DC1;
}
.BgClassName
{
background-color: #140DC1;
}
</style>
border-color css
<style>
span { border-color: #140DC1; }
span { border-color: rgb(20,13,193); }
td.TdClassName
{
border-color: #140DC1;
}
.TagClassName
{
border-color: #140DC1;
}
</style>