Shades of Medium Blue #1518DA
Tints of Medium Blue #1518DA
RGB
CMYK
RGB Variations
Color information
#1518DA (or 0x1518DA) is known color: Medium Blue. HEX triplet: 15, 18 and DA. RGB value is (21,24,218). Sum of RGB (Red+Green+Blue) = 21+24+218=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #1518DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518DA is #EAE725. Grayscale: #2C2C2C. Windows color (decimal): -15394598 or 14293013. OLE color: 14293013.
HSL color Cylindrical-coordinate representation of color #1518DA: hue angle of 239.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1518DA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 24 | 218 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.15 |
| HSL | 239.09º | 0.82% | 0.47% | - |
| HSV(B) | 239.09º | 0.9% | 0.85% | - |
| XYZ | 13.29 | 5.87 | 66.76 | - |
| YUV | 45.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 218 | 0.90 | 0.89 | 0 | 0.15 | 239.09 | 0.82 | 0.47 |
| Hex | 15 | 18 | DA | 5A | 59 | 0 | F | EF | 52 | 2F |
| Octal | 25 | 30 | 332 | 132 | 131 | 0 | 17 | 357 | 122 | 57 |
| Binary | 10101 | 11000 | 11011010 | 1011010 | 1011001 | 0 | 1111 | 11101111 | 1010010 | 101111 |
Color Harmonies of #1518DA
Complementary color
Monochromatic Colors of #1518DA
Black with #1518DA
Text Example
Text Example
White with #1518DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518DA; }
p { color: rgb(21,24,218); }
H1.HeaderClassName
{
color: #1518DA;
}
.AnyTagClassName
{
color: #1518DA;
}
</style>
background-color css
<style>
a { background-color: #1518DA; }
a { background-color: rgb(21,24,218); }
div.DivClassName
{
background-color: #1518DA;
}
.BgClassName
{
background-color: #1518DA;
}
</style>
border-color css
<style>
span { border-color: #1518DA; }
span { border-color: rgb(21,24,218); }
td.TdClassName
{
border-color: #1518DA;
}
.TagClassName
{
border-color: #1518DA;
}
</style>