Shades of Medium Blue #1319DC
Tints of Medium Blue #1319DC
RGB
CMYK
RGB Variations
Color information
#1319DC (or 0x1319DC) is known color: Medium Blue. HEX triplet: 13, 19 and DC. RGB value is (19,25,220). Sum of RGB (Red+Green+Blue) = 19+25+220=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #1319DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319DC is #ECE623. Grayscale: #2C2C2C. Windows color (decimal): -15525412 or 14424339. OLE color: 14424339.
HSL color Cylindrical-coordinate representation of color #1319DC: hue angle of 238.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1319DC is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 25 | 220 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.14 |
| HSL | 238.21º | 0.84% | 0.47% | - |
| HSV(B) | 238.21º | 0.91% | 0.86% | - |
| XYZ | 13.53 | 6 | 68.16 | - |
| YUV | 45.44 | 226.51 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 220 | 0.91 | 0.89 | 0 | 0.14 | 238.21 | 0.84 | 0.47 |
| Hex | 13 | 19 | DC | 5B | 59 | 0 | E | EE | 54 | 2F |
| Octal | 23 | 31 | 334 | 133 | 131 | 0 | 16 | 356 | 124 | 57 |
| Binary | 10011 | 11001 | 11011100 | 1011011 | 1011001 | 0 | 1110 | 11101110 | 1010100 | 101111 |
Color Harmonies of #1319DC
Complementary color
Monochromatic Colors of #1319DC
Black with #1319DC
Text Example
Text Example
White with #1319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319DC; }
p { color: rgb(19,25,220); }
H1.HeaderClassName
{
color: #1319DC;
}
.AnyTagClassName
{
color: #1319DC;
}
</style>
background-color css
<style>
a { background-color: #1319DC; }
a { background-color: rgb(19,25,220); }
div.DivClassName
{
background-color: #1319DC;
}
.BgClassName
{
background-color: #1319DC;
}
</style>
border-color css
<style>
span { border-color: #1319DC; }
span { border-color: rgb(19,25,220); }
td.TdClassName
{
border-color: #1319DC;
}
.TagClassName
{
border-color: #1319DC;
}
</style>