Shades of Medium Blue #140DBB
Tints of Medium Blue #140DBB
RGB
CMYK
RGB Variations
Color information
#140DBB (or 0x140DBB) is known color: Medium Blue. HEX triplet: 14, 0D and BB. RGB value is (20,13,187). Sum of RGB (Red+Green+Blue) = 20+13+187=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #140DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DBB is #EBF244. Grayscale: #222222. Windows color (decimal): -15462981 or 12258580. OLE color: 12258580.
HSL color Cylindrical-coordinate representation of color #140DBB: hue angle of 242.41º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DBB is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 13 | 187 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.27 |
| HSL | 242.41º | 0.87% | 0.39% | - |
| HSV(B) | 242.41º | 0.93% | 0.73% | - |
| XYZ | 9.4 | 4.02 | 47.29 | - |
| YUV | 34.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 187 | 0.89 | 0.93 | 0 | 0.27 | 242.41 | 0.87 | 0.39 |
| Hex | 14 | D | BB | 59 | 5D | 0 | 1B | F2 | 57 | 27 |
| Octal | 24 | 15 | 273 | 131 | 135 | 0 | 33 | 362 | 127 | 47 |
| Binary | 10100 | 1101 | 10111011 | 1011001 | 1011101 | 0 | 11011 | 11110010 | 1010111 | 100111 |
Color Harmonies of #140DBB
Complementary color
Monochromatic Colors of #140DBB
Black with #140DBB
Text Example
Text Example
White with #140DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DBB; }
p { color: rgb(20,13,187); }
H1.HeaderClassName
{
color: #140DBB;
}
.AnyTagClassName
{
color: #140DBB;
}
</style>
background-color css
<style>
a { background-color: #140DBB; }
a { background-color: rgb(20,13,187); }
div.DivClassName
{
background-color: #140DBB;
}
.BgClassName
{
background-color: #140DBB;
}
</style>
border-color css
<style>
span { border-color: #140DBB; }
span { border-color: rgb(20,13,187); }
td.TdClassName
{
border-color: #140DBB;
}
.TagClassName
{
border-color: #140DBB;
}
</style>