Shades of Medium Blue #1313DA
Tints of Medium Blue #1313DA
RGB
CMYK
RGB Variations
Color information
#1313DA (or 0x1313DA) is known color: Medium Blue. HEX triplet: 13, 13 and DA. RGB value is (19,19,218). Sum of RGB (Red+Green+Blue) = 19+19+218=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #1313DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313DA is #ECEC25. Grayscale: #282828. Windows color (decimal): -15526950 or 14291731. OLE color: 14291731.
HSL color Cylindrical-coordinate representation of color #1313DA: hue angle of 240º 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 #1313DA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 19 | 218 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.15 |
| HSL | 240º | 0.84% | 0.46% | - |
| HSV(B) | 240º | 0.91% | 0.85% | - |
| XYZ | 13.16 | 5.67 | 66.73 | - |
| YUV | 41.69 | 227.5 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 218 | 0.91 | 0.91 | 0 | 0.15 | 240 | 0.84 | 0.46 |
| Hex | 13 | 13 | DA | 5B | 5B | 0 | F | F0 | 54 | 2E |
| Octal | 23 | 23 | 332 | 133 | 133 | 0 | 17 | 360 | 124 | 56 |
| Binary | 10011 | 10011 | 11011010 | 1011011 | 1011011 | 0 | 1111 | 11110000 | 1010100 | 101110 |
Color Harmonies of #1313DA
Complementary color
Monochromatic Colors of #1313DA
Black with #1313DA
Text Example
Text Example
White with #1313DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1313DA; }
p { color: rgb(19,19,218); }
H1.HeaderClassName
{
color: #1313DA;
}
.AnyTagClassName
{
color: #1313DA;
}
</style>
background-color css
<style>
a { background-color: #1313DA; }
a { background-color: rgb(19,19,218); }
div.DivClassName
{
background-color: #1313DA;
}
.BgClassName
{
background-color: #1313DA;
}
</style>
border-color css
<style>
span { border-color: #1313DA; }
span { border-color: rgb(19,19,218); }
td.TdClassName
{
border-color: #1313DA;
}
.TagClassName
{
border-color: #1313DA;
}
</style>