Shades of Medium Blue #1D16BE
Tints of Medium Blue #1D16BE
RGB
CMYK
RGB Variations
Color information
#1D16BE (or 0x1D16BE) is known color: Medium Blue. HEX triplet: 1D, 16 and BE. RGB value is (29,22,190). Sum of RGB (Red+Green+Blue) = 29+22+190=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D16BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D16BE is #E2E941. Grayscale: #2A2A2A. Windows color (decimal): -14870850 or 12457501. OLE color: 12457501.
HSL color Cylindrical-coordinate representation of color #1D16BE: hue angle of 242.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D16BE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 22 | 190 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.25 |
| HSL | 242.5º | 0.79% | 0.42% | - |
| HSV(B) | 242.5º | 0.88% | 0.75% | - |
| XYZ | 10.09 | 4.55 | 49.06 | - |
| YUV | 43.25 | 210.82 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 190 | 0.85 | 0.88 | 0 | 0.25 | 242.5 | 0.79 | 0.42 |
| Hex | 1D | 16 | BE | 55 | 58 | 0 | 19 | F2 | 4F | 2A |
| Octal | 35 | 26 | 276 | 125 | 130 | 0 | 31 | 362 | 117 | 52 |
| Binary | 11101 | 10110 | 10111110 | 1010101 | 1011000 | 0 | 11001 | 11110010 | 1001111 | 101010 |
Color Harmonies of #1D16BE
Complementary color
Monochromatic Colors of #1D16BE
Black with #1D16BE
Text Example
Text Example
White with #1D16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D16BE; }
p { color: rgb(29,22,190); }
H1.HeaderClassName
{
color: #1D16BE;
}
.AnyTagClassName
{
color: #1D16BE;
}
</style>
background-color css
<style>
a { background-color: #1D16BE; }
a { background-color: rgb(29,22,190); }
div.DivClassName
{
background-color: #1D16BE;
}
.BgClassName
{
background-color: #1D16BE;
}
</style>
border-color css
<style>
span { border-color: #1D16BE; }
span { border-color: rgb(29,22,190); }
td.TdClassName
{
border-color: #1D16BE;
}
.TagClassName
{
border-color: #1D16BE;
}
</style>