Shades of Medium Blue #1D15D6
Tints of Medium Blue #1D15D6
RGB
CMYK
RGB Variations
Color information
#1D15D6 (or 0x1D15D6) is known color: Medium Blue. HEX triplet: 1D, 15 and D6. RGB value is (29,21,214). Sum of RGB (Red+Green+Blue) = 29+21+214=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 214 (83.98% from 255 or 81.06% from 264); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D15D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15D6 is #E2EA29. Grayscale: #2C2C2C. Windows color (decimal): -14871082 or 14030109. OLE color: 14030109.
HSL color Cylindrical-coordinate representation of color #1D15D6: hue angle of 242.49º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D15D6 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 21 | 214 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.16 |
| HSL | 242.49º | 0.82% | 0.46% | - |
| HSV(B) | 242.49º | 0.9% | 0.84% | - |
| XYZ | 12.91 | 5.65 | 64.03 | - |
| YUV | 45.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 214 | 0.86 | 0.90 | 0 | 0.16 | 242.49 | 0.82 | 0.46 |
| Hex | 1D | 15 | D6 | 56 | 5A | 0 | 10 | F2 | 52 | 2E |
| Octal | 35 | 25 | 326 | 126 | 132 | 0 | 20 | 362 | 122 | 56 |
| Binary | 11101 | 10101 | 11010110 | 1010110 | 1011010 | 0 | 10000 | 11110010 | 1010010 | 101110 |
Color Harmonies of #1D15D6
Complementary color
Monochromatic Colors of #1D15D6
Black with #1D15D6
Text Example
Text Example
White with #1D15D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15D6; }
p { color: rgb(29,21,214); }
H1.HeaderClassName
{
color: #1D15D6;
}
.AnyTagClassName
{
color: #1D15D6;
}
</style>
background-color css
<style>
a { background-color: #1D15D6; }
a { background-color: rgb(29,21,214); }
div.DivClassName
{
background-color: #1D15D6;
}
.BgClassName
{
background-color: #1D15D6;
}
</style>
border-color css
<style>
span { border-color: #1D15D6; }
span { border-color: rgb(29,21,214); }
td.TdClassName
{
border-color: #1D15D6;
}
.TagClassName
{
border-color: #1D15D6;
}
</style>