Shades of Medium Blue #1D19C9
Tints of Medium Blue #1D19C9
RGB
CMYK
RGB Variations
Color information
#1D19C9 (or 0x1D19C9) is known color: Medium Blue. HEX triplet: 1D, 19 and C9. RGB value is (29,25,201). Sum of RGB (Red+Green+Blue) = 29+25+201=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 201 (78.91% from 255 or 78.82% from 255); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D19C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19C9 is #E2E636. Grayscale: #2D2D2D. Windows color (decimal): -14870071 or 13179165. OLE color: 13179165.
HSL color Cylindrical-coordinate representation of color #1D19C9: hue angle of 241.36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D19C9 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 25 | 201 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.21 |
| HSL | 241.36º | 0.78% | 0.44% | - |
| HSV(B) | 241.36º | 0.88% | 0.79% | - |
| XYZ | 11.4 | 5.17 | 55.66 | - |
| YUV | 46.26 | 215.33 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 201 | 0.86 | 0.88 | 0 | 0.21 | 241.36 | 0.78 | 0.44 |
| Hex | 1D | 19 | C9 | 56 | 58 | 0 | 15 | F1 | 4E | 2C |
| Octal | 35 | 31 | 311 | 126 | 130 | 0 | 25 | 361 | 116 | 54 |
| Binary | 11101 | 11001 | 11001001 | 1010110 | 1011000 | 0 | 10101 | 11110001 | 1001110 | 101100 |
Color Harmonies of #1D19C9
Complementary color
Monochromatic Colors of #1D19C9
Black with #1D19C9
Text Example
Text Example
White with #1D19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19C9; }
p { color: rgb(29,25,201); }
H1.HeaderClassName
{
color: #1D19C9;
}
.AnyTagClassName
{
color: #1D19C9;
}
</style>
background-color css
<style>
a { background-color: #1D19C9; }
a { background-color: rgb(29,25,201); }
div.DivClassName
{
background-color: #1D19C9;
}
.BgClassName
{
background-color: #1D19C9;
}
</style>
border-color css
<style>
span { border-color: #1D19C9; }
span { border-color: rgb(29,25,201); }
td.TdClassName
{
border-color: #1D19C9;
}
.TagClassName
{
border-color: #1D19C9;
}
</style>