Shades of Medium Blue #1D06BC
Tints of Medium Blue #1D06BC
RGB
CMYK
RGB Variations
Color information
#1D06BC (or 0x1D06BC) is known color: Medium Blue. HEX triplet: 1D, 06 and BC. RGB value is (29,6,188). Sum of RGB (Red+Green+Blue) = 29+6+188=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D06BC is #E2F943. Grayscale: #202020. Windows color (decimal): -14874948 or 12322333. OLE color: 12322333.
HSL color Cylindrical-coordinate representation of color #1D06BC: hue angle of 247.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D06BC is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 6 | 188 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.26 |
| HSL | 247.58º | 0.94% | 0.38% | - |
| HSV(B) | 247.58º | 0.97% | 0.74% | - |
| XYZ | 9.65 | 4.02 | 47.84 | - |
| YUV | 33.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 188 | 0.85 | 0.97 | 0 | 0.26 | 247.58 | 0.94 | 0.38 |
| Hex | 1D | 6 | BC | 55 | 61 | 0 | 1A | F8 | 5E | 26 |
| Octal | 35 | 6 | 274 | 125 | 141 | 0 | 32 | 370 | 136 | 46 |
| Binary | 11101 | 110 | 10111100 | 1010101 | 1100001 | 0 | 11010 | 11111000 | 1011110 | 100110 |
Color Harmonies of #1D06BC
Complementary color
Monochromatic Colors of #1D06BC
Black with #1D06BC
Text Example
Text Example
White with #1D06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D06BC; }
p { color: rgb(29,6,188); }
H1.HeaderClassName
{
color: #1D06BC;
}
.AnyTagClassName
{
color: #1D06BC;
}
</style>
background-color css
<style>
a { background-color: #1D06BC; }
a { background-color: rgb(29,6,188); }
div.DivClassName
{
background-color: #1D06BC;
}
.BgClassName
{
background-color: #1D06BC;
}
</style>
border-color css
<style>
span { border-color: #1D06BC; }
span { border-color: rgb(29,6,188); }
td.TdClassName
{
border-color: #1D06BC;
}
.TagClassName
{
border-color: #1D06BC;
}
</style>