Shades of Medium Blue #1513DA
Tints of Medium Blue #1513DA
RGB
CMYK
RGB Variations
Color information
#1513DA (or 0x1513DA) is known color: Medium Blue. HEX triplet: 15, 13 and DA. RGB value is (21,19,218). Sum of RGB (Red+Green+Blue) = 21+19+218=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #1513DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1513DA is #EAEC25. Grayscale: #292929. Windows color (decimal): -15395878 or 14291733. OLE color: 14291733.
HSL color Cylindrical-coordinate representation of color #1513DA: hue angle of 240.6º 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 #1513DA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 19 | 218 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.15 |
| HSL | 240.6º | 0.84% | 0.46% | - |
| HSV(B) | 240.6º | 0.91% | 0.85% | - |
| XYZ | 13.2 | 5.69 | 66.73 | - |
| YUV | 42.28 | 227.16 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 218 | 0.90 | 0.91 | 0 | 0.15 | 240.6 | 0.84 | 0.46 |
| Hex | 15 | 13 | DA | 5A | 5B | 0 | F | F1 | 54 | 2E |
| Octal | 25 | 23 | 332 | 132 | 133 | 0 | 17 | 361 | 124 | 56 |
| Binary | 10101 | 10011 | 11011010 | 1011010 | 1011011 | 0 | 1111 | 11110001 | 1010100 | 101110 |
Color Harmonies of #1513DA
Complementary color
Monochromatic Colors of #1513DA
Black with #1513DA
Text Example
Text Example
White with #1513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1513DA; }
p { color: rgb(21,19,218); }
H1.HeaderClassName
{
color: #1513DA;
}
.AnyTagClassName
{
color: #1513DA;
}
</style>
background-color css
<style>
a { background-color: #1513DA; }
a { background-color: rgb(21,19,218); }
div.DivClassName
{
background-color: #1513DA;
}
.BgClassName
{
background-color: #1513DA;
}
</style>
border-color css
<style>
span { border-color: #1513DA; }
span { border-color: rgb(21,19,218); }
td.TdClassName
{
border-color: #1513DA;
}
.TagClassName
{
border-color: #1513DA;
}
</style>