Shades of Medium Blue #1D0DBE
Tints of Medium Blue #1D0DBE
RGB
CMYK
RGB Variations
Color information
#1D0DBE (or 0x1D0DBE) is known color: Medium Blue. HEX triplet: 1D, 0D and BE. RGB value is (29,13,190). Sum of RGB (Red+Green+Blue) = 29+13+190=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D0DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DBE is #E2F241. Grayscale: #252525. Windows color (decimal): -14873154 or 12455197. OLE color: 12455197.
HSL color Cylindrical-coordinate representation of color #1D0DBE: hue angle of 245.42º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0DBE is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 13 | 190 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.25 |
| HSL | 245.42º | 0.87% | 0.4% | - |
| HSV(B) | 245.42º | 0.93% | 0.75% | - |
| XYZ | 9.94 | 4.27 | 49.01 | - |
| YUV | 37.96 | 213.8 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 190 | 0.85 | 0.93 | 0 | 0.25 | 245.42 | 0.87 | 0.4 |
| Hex | 1D | D | BE | 55 | 5D | 0 | 19 | F5 | 57 | 28 |
| Octal | 35 | 15 | 276 | 125 | 135 | 0 | 31 | 365 | 127 | 50 |
| Binary | 11101 | 1101 | 10111110 | 1010101 | 1011101 | 0 | 11001 | 11110101 | 1010111 | 101000 |
Color Harmonies of #1D0DBE
Complementary color
Monochromatic Colors of #1D0DBE
Black with #1D0DBE
Text Example
Text Example
White with #1D0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DBE; }
p { color: rgb(29,13,190); }
H1.HeaderClassName
{
color: #1D0DBE;
}
.AnyTagClassName
{
color: #1D0DBE;
}
</style>
background-color css
<style>
a { background-color: #1D0DBE; }
a { background-color: rgb(29,13,190); }
div.DivClassName
{
background-color: #1D0DBE;
}
.BgClassName
{
background-color: #1D0DBE;
}
</style>
border-color css
<style>
span { border-color: #1D0DBE; }
span { border-color: rgb(29,13,190); }
td.TdClassName
{
border-color: #1D0DBE;
}
.TagClassName
{
border-color: #1D0DBE;
}
</style>