Shades of Medium Blue #1D19D8
Tints of Medium Blue #1D19D8
RGB
CMYK
RGB Variations
Color information
#1D19D8 (or 0x1D19D8) is known color: Medium Blue. HEX triplet: 1D, 19 and D8. RGB value is (29,25,216). Sum of RGB (Red+Green+Blue) = 29+25+216=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 216 (84.77% from 255 or 80% from 270); Max value from RGB is 216 - color contains mainly: blue. Hex color #1D19D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19D8 is #E2E627. Grayscale: #2F2F2F. Windows color (decimal): -14870056 or 14162205. OLE color: 14162205.
HSL color Cylindrical-coordinate representation of color #1D19D8: hue angle of 241.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D19D8 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 25 | 216 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.15 |
| HSL | 241.26º | 0.79% | 0.47% | - |
| HSV(B) | 241.26º | 0.88% | 0.85% | - |
| XYZ | 13.25 | 5.91 | 65.41 | - |
| YUV | 47.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 216 | 0.87 | 0.88 | 0 | 0.15 | 241.26 | 0.79 | 0.47 |
| Hex | 1D | 19 | D8 | 57 | 58 | 0 | F | F1 | 4F | 2F |
| Octal | 35 | 31 | 330 | 127 | 130 | 0 | 17 | 361 | 117 | 57 |
| Binary | 11101 | 11001 | 11011000 | 1010111 | 1011000 | 0 | 1111 | 11110001 | 1001111 | 101111 |
Color Harmonies of #1D19D8
Complementary color
Monochromatic Colors of #1D19D8
Black with #1D19D8
Text Example
Text Example
White with #1D19D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19D8; }
p { color: rgb(29,25,216); }
H1.HeaderClassName
{
color: #1D19D8;
}
.AnyTagClassName
{
color: #1D19D8;
}
</style>
background-color css
<style>
a { background-color: #1D19D8; }
a { background-color: rgb(29,25,216); }
div.DivClassName
{
background-color: #1D19D8;
}
.BgClassName
{
background-color: #1D19D8;
}
</style>
border-color css
<style>
span { border-color: #1D19D8; }
span { border-color: rgb(29,25,216); }
td.TdClassName
{
border-color: #1D19D8;
}
.TagClassName
{
border-color: #1D19D8;
}
</style>