Shades of Medium Blue #1D14BE
Tints of Medium Blue #1D14BE
RGB
CMYK
RGB Variations
Color information
#1D14BE (or 0x1D14BE) is known color: Medium Blue. HEX triplet: 1D, 14 and BE. RGB value is (29,20,190). Sum of RGB (Red+Green+Blue) = 29+20+190=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14BE is #E2EB41. Grayscale: #292929. Windows color (decimal): -14871362 or 12456989. OLE color: 12456989.
HSL color Cylindrical-coordinate representation of color #1D14BE: hue angle of 243.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D14BE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 20 | 190 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.25 |
| HSL | 243.18º | 0.81% | 0.41% | - |
| HSV(B) | 243.18º | 0.89% | 0.75% | - |
| XYZ | 10.05 | 4.48 | 49.05 | - |
| YUV | 42.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 190 | 0.85 | 0.89 | 0 | 0.25 | 243.18 | 0.81 | 0.41 |
| Hex | 1D | 14 | BE | 55 | 59 | 0 | 19 | F3 | 51 | 29 |
| Octal | 35 | 24 | 276 | 125 | 131 | 0 | 31 | 363 | 121 | 51 |
| Binary | 11101 | 10100 | 10111110 | 1010101 | 1011001 | 0 | 11001 | 11110011 | 1010001 | 101001 |
Color Harmonies of #1D14BE
Complementary color
Monochromatic Colors of #1D14BE
Black with #1D14BE
Text Example
Text Example
White with #1D14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D14BE; }
p { color: rgb(29,20,190); }
H1.HeaderClassName
{
color: #1D14BE;
}
.AnyTagClassName
{
color: #1D14BE;
}
</style>
background-color css
<style>
a { background-color: #1D14BE; }
a { background-color: rgb(29,20,190); }
div.DivClassName
{
background-color: #1D14BE;
}
.BgClassName
{
background-color: #1D14BE;
}
</style>
border-color css
<style>
span { border-color: #1D14BE; }
span { border-color: rgb(29,20,190); }
td.TdClassName
{
border-color: #1D14BE;
}
.TagClassName
{
border-color: #1D14BE;
}
</style>