Shades of Medium Blue #1400BD
Tints of Medium Blue #1400BD
RGB
CMYK
RGB Variations
Color information
#1400BD (or 0x1400BD) is known color: Medium Blue. HEX triplet: 14, 00 and BD. RGB value is (20,0,189). Sum of RGB (Red+Green+Blue) = 20+0+189=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #1400BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400BD is #EBFF42. Grayscale: #1A1A1A. Windows color (decimal): -15466307 or 12386324. OLE color: 12386324.
HSL color Cylindrical-coordinate representation of color #1400BD: hue angle of 246.35º 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 #1400BD is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 0 | 189 | - |
| CMYK | 0.89 | 1 | 0 | 0.26 |
| HSL | 246.35º | 1% | 0.37% | - |
| HSV(B) | 246.35º | 1% | 0.74% | - |
| XYZ | 9.47 | 3.82 | 48.38 | - |
| YUV | 27.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 189 | 0.89 | 1 | 0 | 0.26 | 246.35 | 1 | 0.37 |
| Hex | 14 | 0 | BD | 59 | 64 | 0 | 1A | F6 | 64 | 25 |
| Octal | 24 | 0 | 275 | 131 | 144 | 0 | 32 | 366 | 144 | 45 |
| Binary | 10100 | 0 | 10111101 | 1011001 | 1100100 | 0 | 11010 | 11110110 | 1100100 | 100101 |
Color Harmonies of #1400BD
Complementary color
Monochromatic Colors of #1400BD
Black with #1400BD
Text Example
Text Example
White with #1400BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400BD; }
p { color: rgb(20,0,189); }
H1.HeaderClassName
{
color: #1400BD;
}
.AnyTagClassName
{
color: #1400BD;
}
</style>
background-color css
<style>
a { background-color: #1400BD; }
a { background-color: rgb(20,0,189); }
div.DivClassName
{
background-color: #1400BD;
}
.BgClassName
{
background-color: #1400BD;
}
</style>
border-color css
<style>
span { border-color: #1400BD; }
span { border-color: rgb(20,0,189); }
td.TdClassName
{
border-color: #1400BD;
}
.TagClassName
{
border-color: #1400BD;
}
</style>