Shades of Medium Blue #1400BC
Tints of Medium Blue #1400BC
RGB
CMYK
RGB Variations
Color information
#1400BC (or 0x1400BC) is known color: Medium Blue. HEX triplet: 14, 00 and BC. RGB value is (20,0,188). Sum of RGB (Red+Green+Blue) = 20+0+188=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 188 (73.83% from 255 or 90.38% from 208); Max value from RGB is 188 - color contains mainly: blue. Hex color #1400BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400BC is #EBFF43. Grayscale: #1A1A1A. Windows color (decimal): -15466308 or 12320788. OLE color: 12320788.
HSL color Cylindrical-coordinate representation of color #1400BC: hue angle of 246.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400BC is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 0 | 188 | - |
| CMYK | 0.89 | 1 | 0 | 0.26 |
| HSL | 246.38º | 1% | 0.37% | - |
| HSV(B) | 246.38º | 1% | 0.74% | - |
| XYZ | 9.37 | 3.78 | 47.81 | - |
| YUV | 27.41 | 218.63 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 188 | 0.89 | 1 | 0 | 0.26 | 246.38 | 1 | 0.37 |
| Hex | 14 | 0 | BC | 59 | 64 | 0 | 1A | F6 | 64 | 25 |
| Octal | 24 | 0 | 274 | 131 | 144 | 0 | 32 | 366 | 144 | 45 |
| Binary | 10100 | 0 | 10111100 | 1011001 | 1100100 | 0 | 11010 | 11110110 | 1100100 | 100101 |
Color Harmonies of #1400BC
Complementary color
Monochromatic Colors of #1400BC
Black with #1400BC
Text Example
Text Example
White with #1400BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400BC; }
p { color: rgb(20,0,188); }
H1.HeaderClassName
{
color: #1400BC;
}
.AnyTagClassName
{
color: #1400BC;
}
</style>
background-color css
<style>
a { background-color: #1400BC; }
a { background-color: rgb(20,0,188); }
div.DivClassName
{
background-color: #1400BC;
}
.BgClassName
{
background-color: #1400BC;
}
</style>
border-color css
<style>
span { border-color: #1400BC; }
span { border-color: rgb(20,0,188); }
td.TdClassName
{
border-color: #1400BC;
}
.TagClassName
{
border-color: #1400BC;
}
</style>