Shades of Medium Blue #140AB7
Tints of Medium Blue #140AB7
RGB
CMYK
RGB Variations
Color information
#140AB7 (or 0x140AB7) is known color: Medium Blue. HEX triplet: 14, 0A and B7. RGB value is (20,10,183). Sum of RGB (Red+Green+Blue) = 20+10+183=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 183 (71.88% from 255 or 85.92% from 213); Max value from RGB is 183 - color contains mainly: blue. Hex color #140AB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140AB7 is #EBF548. Grayscale: #202020. Windows color (decimal): -15463753 or 11995668. OLE color: 11995668.
HSL color Cylindrical-coordinate representation of color #140AB7: hue angle of 243.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140AB7 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 10 | 183 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.28 |
| HSL | 243.47º | 0.9% | 0.38% | - |
| HSV(B) | 243.47º | 0.95% | 0.72% | - |
| XYZ | 8.94 | 3.78 | 45.06 | - |
| YUV | 32.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 183 | 0.89 | 0.95 | 0 | 0.28 | 243.47 | 0.9 | 0.38 |
| Hex | 14 | A | B7 | 59 | 5F | 0 | 1C | F3 | 5A | 26 |
| Octal | 24 | 12 | 267 | 131 | 137 | 0 | 34 | 363 | 132 | 46 |
| Binary | 10100 | 1010 | 10110111 | 1011001 | 1011111 | 0 | 11100 | 11110011 | 1011010 | 100110 |
Color Harmonies of #140AB7
Complementary color
Monochromatic Colors of #140AB7
Black with #140AB7
Text Example
Text Example
White with #140AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140AB7; }
p { color: rgb(20,10,183); }
H1.HeaderClassName
{
color: #140AB7;
}
.AnyTagClassName
{
color: #140AB7;
}
</style>
background-color css
<style>
a { background-color: #140AB7; }
a { background-color: rgb(20,10,183); }
div.DivClassName
{
background-color: #140AB7;
}
.BgClassName
{
background-color: #140AB7;
}
</style>
border-color css
<style>
span { border-color: #140AB7; }
span { border-color: rgb(20,10,183); }
td.TdClassName
{
border-color: #140AB7;
}
.TagClassName
{
border-color: #140AB7;
}
</style>