Shades of Medium Blue #1314BD
Tints of Medium Blue #1314BD
RGB
CMYK
RGB Variations
Color information
#1314BD (or 0x1314BD) is known color: Medium Blue. HEX triplet: 13, 14 and BD. RGB value is (19,20,189). Sum of RGB (Red+Green+Blue) = 19+20+189=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #1314BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314BD is #ECEB42. Grayscale: #262626. Windows color (decimal): -15526723 or 12391443. OLE color: 12391443.
HSL color Cylindrical-coordinate representation of color #1314BD: hue angle of 239.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1314BD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 20 | 189 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.26 |
| HSL | 239.65º | 0.82% | 0.41% | - |
| HSV(B) | 239.65º | 0.9% | 0.74% | - |
| XYZ | 9.7 | 4.31 | 48.47 | - |
| YUV | 38.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 189 | 0.90 | 0.89 | 0 | 0.26 | 239.65 | 0.82 | 0.41 |
| Hex | 13 | 14 | BD | 5A | 59 | 0 | 1A | F0 | 52 | 29 |
| Octal | 23 | 24 | 275 | 132 | 131 | 0 | 32 | 360 | 122 | 51 |
| Binary | 10011 | 10100 | 10111101 | 1011010 | 1011001 | 0 | 11010 | 11110000 | 1010010 | 101001 |
Color Harmonies of #1314BD
Complementary color
Monochromatic Colors of #1314BD
Black with #1314BD
Text Example
Text Example
White with #1314BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314BD; }
p { color: rgb(19,20,189); }
H1.HeaderClassName
{
color: #1314BD;
}
.AnyTagClassName
{
color: #1314BD;
}
</style>
background-color css
<style>
a { background-color: #1314BD; }
a { background-color: rgb(19,20,189); }
div.DivClassName
{
background-color: #1314BD;
}
.BgClassName
{
background-color: #1314BD;
}
</style>
border-color css
<style>
span { border-color: #1314BD; }
span { border-color: rgb(19,20,189); }
td.TdClassName
{
border-color: #1314BD;
}
.TagClassName
{
border-color: #1314BD;
}
</style>