Shades of Medium Blue #1D11C4
Tints of Medium Blue #1D11C4
RGB
CMYK
RGB Variations
Color information
#1D11C4 (or 0x1D11C4) is known color: Medium Blue. HEX triplet: 1D, 11 and C4. RGB value is (29,17,196). Sum of RGB (Red+Green+Blue) = 29+17+196=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 196 (76.95% from 255 or 80.99% from 242); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D11C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D11C4 is #E2EE3B. Grayscale: #282828. Windows color (decimal): -14872124 or 12849437. OLE color: 12849437.
HSL color Cylindrical-coordinate representation of color #1D11C4: hue angle of 244.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D11C4 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 17 | 196 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.23 |
| HSL | 244.02º | 0.84% | 0.42% | - |
| HSV(B) | 244.02º | 0.91% | 0.77% | - |
| XYZ | 10.67 | 4.65 | 52.56 | - |
| YUV | 40.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 196 | 0.85 | 0.91 | 0 | 0.23 | 244.02 | 0.84 | 0.42 |
| Hex | 1D | 11 | C4 | 55 | 5B | 0 | 17 | F4 | 54 | 2A |
| Octal | 35 | 21 | 304 | 125 | 133 | 0 | 27 | 364 | 124 | 52 |
| Binary | 11101 | 10001 | 11000100 | 1010101 | 1011011 | 0 | 10111 | 11110100 | 1010100 | 101010 |
Color Harmonies of #1D11C4
Complementary color
Monochromatic Colors of #1D11C4
Black with #1D11C4
Text Example
Text Example
White with #1D11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D11C4; }
p { color: rgb(29,17,196); }
H1.HeaderClassName
{
color: #1D11C4;
}
.AnyTagClassName
{
color: #1D11C4;
}
</style>
background-color css
<style>
a { background-color: #1D11C4; }
a { background-color: rgb(29,17,196); }
div.DivClassName
{
background-color: #1D11C4;
}
.BgClassName
{
background-color: #1D11C4;
}
</style>
border-color css
<style>
span { border-color: #1D11C4; }
span { border-color: rgb(29,17,196); }
td.TdClassName
{
border-color: #1D11C4;
}
.TagClassName
{
border-color: #1D11C4;
}
</style>