Shades of Medium Blue #1015DA
Tints of Medium Blue #1015DA
RGB
CMYK
RGB Variations
Color information
#1015DA (or 0x1015DA) is known color: Medium Blue. HEX triplet: 10, 15 and DA. RGB value is (16,21,218). Sum of RGB (Red+Green+Blue) = 16+21+218=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #1015DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015DA is #EFEA25. Grayscale: #292929. Windows color (decimal): -15723046 or 14292240. OLE color: 14292240.
HSL color Cylindrical-coordinate representation of color #1015DA: hue angle of 238.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1015DA is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 21 | 218 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.15 |
| HSL | 238.51º | 0.86% | 0.46% | - |
| HSV(B) | 238.51º | 0.93% | 0.85% | - |
| XYZ | 13.14 | 5.71 | 66.74 | - |
| YUV | 41.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 218 | 0.93 | 0.90 | 0 | 0.15 | 238.51 | 0.86 | 0.46 |
| Hex | 10 | 15 | DA | 5D | 5A | 0 | F | EF | 56 | 2E |
| Octal | 20 | 25 | 332 | 135 | 132 | 0 | 17 | 357 | 126 | 56 |
| Binary | 10000 | 10101 | 11011010 | 1011101 | 1011010 | 0 | 1111 | 11101111 | 1010110 | 101110 |
Color Harmonies of #1015DA
Complementary color
Monochromatic Colors of #1015DA
Black with #1015DA
Text Example
Text Example
White with #1015DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015DA; }
p { color: rgb(16,21,218); }
H1.HeaderClassName
{
color: #1015DA;
}
.AnyTagClassName
{
color: #1015DA;
}
</style>
background-color css
<style>
a { background-color: #1015DA; }
a { background-color: rgb(16,21,218); }
div.DivClassName
{
background-color: #1015DA;
}
.BgClassName
{
background-color: #1015DA;
}
</style>
border-color css
<style>
span { border-color: #1015DA; }
span { border-color: rgb(16,21,218); }
td.TdClassName
{
border-color: #1015DA;
}
.TagClassName
{
border-color: #1015DA;
}
</style>