Shades of Medium Blue #1D0EC4
Tints of Medium Blue #1D0EC4
RGB
CMYK
RGB Variations
Color information
#1D0EC4 (or 0x1D0EC4) is known color: Medium Blue. HEX triplet: 1D, 0E and C4. RGB value is (29,14,196). Sum of RGB (Red+Green+Blue) = 29+14+196=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 196 (76.95% from 255 or 82.01% from 239); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D0EC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0EC4 is #E2F13B. Grayscale: #262626. Windows color (decimal): -14872892 or 12848669. OLE color: 12848669.
HSL color Cylindrical-coordinate representation of color #1D0EC4: hue angle of 244.95º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0EC4 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 14 | 196 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.23 |
| HSL | 244.95º | 0.87% | 0.41% | - |
| HSV(B) | 244.95º | 0.93% | 0.77% | - |
| XYZ | 10.63 | 4.56 | 52.54 | - |
| YUV | 39.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 196 | 0.85 | 0.93 | 0 | 0.23 | 244.95 | 0.87 | 0.41 |
| Hex | 1D | E | C4 | 55 | 5D | 0 | 17 | F5 | 57 | 29 |
| Octal | 35 | 16 | 304 | 125 | 135 | 0 | 27 | 365 | 127 | 51 |
| Binary | 11101 | 1110 | 11000100 | 1010101 | 1011101 | 0 | 10111 | 11110101 | 1010111 | 101001 |
Color Harmonies of #1D0EC4
Complementary color
Monochromatic Colors of #1D0EC4
Black with #1D0EC4
Text Example
Text Example
White with #1D0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0EC4; }
p { color: rgb(29,14,196); }
H1.HeaderClassName
{
color: #1D0EC4;
}
.AnyTagClassName
{
color: #1D0EC4;
}
</style>
background-color css
<style>
a { background-color: #1D0EC4; }
a { background-color: rgb(29,14,196); }
div.DivClassName
{
background-color: #1D0EC4;
}
.BgClassName
{
background-color: #1D0EC4;
}
</style>
border-color css
<style>
span { border-color: #1D0EC4; }
span { border-color: rgb(29,14,196); }
td.TdClassName
{
border-color: #1D0EC4;
}
.TagClassName
{
border-color: #1D0EC4;
}
</style>