Shades of Medium Blue #1314DA
Tints of Medium Blue #1314DA
RGB
CMYK
RGB Variations
Color information
#1314DA (or 0x1314DA) is known color: Medium Blue. HEX triplet: 13, 14 and DA. RGB value is (19,20,218). Sum of RGB (Red+Green+Blue) = 19+20+218=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 218 (85.55% from 255 or 84.82% from 257); Max value from RGB is 218 - color contains mainly: blue. Hex color #1314DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314DA is #ECEB25. Grayscale: #292929. Windows color (decimal): -15526694 or 14291987. OLE color: 14291987.
HSL color Cylindrical-coordinate representation of color #1314DA: hue angle of 239.7º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1314DA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 20 | 218 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.15 |
| HSL | 239.7º | 0.84% | 0.46% | - |
| HSV(B) | 239.7º | 0.91% | 0.85% | - |
| XYZ | 13.17 | 5.7 | 66.74 | - |
| YUV | 42.27 | 227.17 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 218 | 0.91 | 0.91 | 0 | 0.15 | 239.7 | 0.84 | 0.46 |
| Hex | 13 | 14 | DA | 5B | 5B | 0 | F | F0 | 54 | 2E |
| Octal | 23 | 24 | 332 | 133 | 133 | 0 | 17 | 360 | 124 | 56 |
| Binary | 10011 | 10100 | 11011010 | 1011011 | 1011011 | 0 | 1111 | 11110000 | 1010100 | 101110 |
Color Harmonies of #1314DA
Complementary color
Monochromatic Colors of #1314DA
Black with #1314DA
Text Example
Text Example
White with #1314DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314DA; }
p { color: rgb(19,20,218); }
H1.HeaderClassName
{
color: #1314DA;
}
.AnyTagClassName
{
color: #1314DA;
}
</style>
background-color css
<style>
a { background-color: #1314DA; }
a { background-color: rgb(19,20,218); }
div.DivClassName
{
background-color: #1314DA;
}
.BgClassName
{
background-color: #1314DA;
}
</style>
border-color css
<style>
span { border-color: #1314DA; }
span { border-color: rgb(19,20,218); }
td.TdClassName
{
border-color: #1314DA;
}
.TagClassName
{
border-color: #1314DA;
}
</style>