Shades of Medium Blue #140FBC
Tints of Medium Blue #140FBC
RGB
CMYK
RGB Variations
Color information
#140FBC (or 0x140FBC) is known color: Medium Blue. HEX triplet: 14, 0F and BC. RGB value is (20,15,188). Sum of RGB (Red+Green+Blue) = 20+15+188=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #140FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FBC is #EBF043. Grayscale: #232323. Windows color (decimal): -15462468 or 12324628. OLE color: 12324628.
HSL color Cylindrical-coordinate representation of color #140FBC: hue angle of 241.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140FBC is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 15 | 188 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.26 |
| HSL | 241.73º | 0.85% | 0.4% | - |
| HSV(B) | 241.73º | 0.92% | 0.74% | - |
| XYZ | 9.54 | 4.12 | 47.87 | - |
| YUV | 36.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 188 | 0.89 | 0.92 | 0 | 0.26 | 241.73 | 0.85 | 0.4 |
| Hex | 14 | F | BC | 59 | 5C | 0 | 1A | F2 | 55 | 28 |
| Octal | 24 | 17 | 274 | 131 | 134 | 0 | 32 | 362 | 125 | 50 |
| Binary | 10100 | 1111 | 10111100 | 1011001 | 1011100 | 0 | 11010 | 11110010 | 1010101 | 101000 |
Color Harmonies of #140FBC
Complementary color
Monochromatic Colors of #140FBC
Black with #140FBC
Text Example
Text Example
White with #140FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FBC; }
p { color: rgb(20,15,188); }
H1.HeaderClassName
{
color: #140FBC;
}
.AnyTagClassName
{
color: #140FBC;
}
</style>
background-color css
<style>
a { background-color: #140FBC; }
a { background-color: rgb(20,15,188); }
div.DivClassName
{
background-color: #140FBC;
}
.BgClassName
{
background-color: #140FBC;
}
</style>
border-color css
<style>
span { border-color: #140FBC; }
span { border-color: rgb(20,15,188); }
td.TdClassName
{
border-color: #140FBC;
}
.TagClassName
{
border-color: #140FBC;
}
</style>