Shades of Medium Blue #1319DA
Tints of Medium Blue #1319DA
RGB
CMYK
RGB Variations
Color information
#1319DA (or 0x1319DA) is known color: Medium Blue. HEX triplet: 13, 19 and DA. RGB value is (19,25,218). Sum of RGB (Red+Green+Blue) = 19+25+218=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #1319DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319DA is #ECE625. Grayscale: #2C2C2C. Windows color (decimal): -15525414 or 14293267. OLE color: 14293267.
HSL color Cylindrical-coordinate representation of color #1319DA: hue angle of 238.19º 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 #1319DA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 25 | 218 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.15 |
| HSL | 238.19º | 0.84% | 0.46% | - |
| HSV(B) | 238.19º | 0.91% | 0.85% | - |
| XYZ | 13.27 | 5.9 | 66.77 | - |
| YUV | 45.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 218 | 0.91 | 0.89 | 0 | 0.15 | 238.19 | 0.84 | 0.46 |
| Hex | 13 | 19 | DA | 5B | 59 | 0 | F | EE | 54 | 2E |
| Octal | 23 | 31 | 332 | 133 | 131 | 0 | 17 | 356 | 124 | 56 |
| Binary | 10011 | 11001 | 11011010 | 1011011 | 1011001 | 0 | 1111 | 11101110 | 1010100 | 101110 |
Color Harmonies of #1319DA
Complementary color
Monochromatic Colors of #1319DA
Black with #1319DA
Text Example
Text Example
White with #1319DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319DA; }
p { color: rgb(19,25,218); }
H1.HeaderClassName
{
color: #1319DA;
}
.AnyTagClassName
{
color: #1319DA;
}
</style>
background-color css
<style>
a { background-color: #1319DA; }
a { background-color: rgb(19,25,218); }
div.DivClassName
{
background-color: #1319DA;
}
.BgClassName
{
background-color: #1319DA;
}
</style>
border-color css
<style>
span { border-color: #1319DA; }
span { border-color: rgb(19,25,218); }
td.TdClassName
{
border-color: #1319DA;
}
.TagClassName
{
border-color: #1319DA;
}
</style>