Shades of Medium Blue #140DCB
Tints of Medium Blue #140DCB
RGB
CMYK
RGB Variations
Color information
#140DCB (or 0x140DCB) is known color: Medium Blue. HEX triplet: 14, 0D and CB. RGB value is (20,13,203). Sum of RGB (Red+Green+Blue) = 20+13+203=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #140DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DCB is #EBF234. Grayscale: #242424. Windows color (decimal): -15462965 or 13307156. OLE color: 13307156.
HSL color Cylindrical-coordinate representation of color #140DCB: hue angle of 242.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140DCB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 13 | 203 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.20 |
| HSL | 242.21º | 0.88% | 0.42% | - |
| HSV(B) | 242.21º | 0.94% | 0.8% | - |
| XYZ | 11.21 | 4.75 | 56.83 | - |
| YUV | 36.75 | 221.82 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 203 | 0.90 | 0.94 | 0 | 0.20 | 242.21 | 0.88 | 0.42 |
| Hex | 14 | D | CB | 5A | 5E | 0 | 14 | F2 | 58 | 2A |
| Octal | 24 | 15 | 313 | 132 | 136 | 0 | 24 | 362 | 130 | 52 |
| Binary | 10100 | 1101 | 11001011 | 1011010 | 1011110 | 0 | 10100 | 11110010 | 1011000 | 101010 |
Color Harmonies of #140DCB
Complementary color
Monochromatic Colors of #140DCB
Black with #140DCB
Text Example
Text Example
White with #140DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DCB; }
p { color: rgb(20,13,203); }
H1.HeaderClassName
{
color: #140DCB;
}
.AnyTagClassName
{
color: #140DCB;
}
</style>
background-color css
<style>
a { background-color: #140DCB; }
a { background-color: rgb(20,13,203); }
div.DivClassName
{
background-color: #140DCB;
}
.BgClassName
{
background-color: #140DCB;
}
</style>
border-color css
<style>
span { border-color: #140DCB; }
span { border-color: rgb(20,13,203); }
td.TdClassName
{
border-color: #140DCB;
}
.TagClassName
{
border-color: #140DCB;
}
</style>