Shades of Medium Blue #1D19CA
Tints of Medium Blue #1D19CA
RGB
CMYK
RGB Variations
Color information
#1D19CA (or 0x1D19CA) is known color: Medium Blue. HEX triplet: 1D, 19 and CA. RGB value is (29,25,202). Sum of RGB (Red+Green+Blue) = 29+25+202=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D19CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19CA is #E2E635. Grayscale: #2D2D2D. Windows color (decimal): -14870070 or 13244701. OLE color: 13244701.
HSL color Cylindrical-coordinate representation of color #1D19CA: hue angle of 241.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D19CA is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 25 | 202 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.21 |
| HSL | 241.36º | 0.78% | 0.45% | - |
| HSV(B) | 241.36º | 0.88% | 0.79% | - |
| XYZ | 11.52 | 5.22 | 56.28 | - |
| YUV | 46.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 202 | 0.86 | 0.88 | 0 | 0.21 | 241.36 | 0.78 | 0.45 |
| Hex | 1D | 19 | CA | 56 | 58 | 0 | 15 | F1 | 4E | 2D |
| Octal | 35 | 31 | 312 | 126 | 130 | 0 | 25 | 361 | 116 | 55 |
| Binary | 11101 | 11001 | 11001010 | 1010110 | 1011000 | 0 | 10101 | 11110001 | 1001110 | 101101 |
Color Harmonies of #1D19CA
Complementary color
Monochromatic Colors of #1D19CA
Black with #1D19CA
Text Example
Text Example
White with #1D19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19CA; }
p { color: rgb(29,25,202); }
H1.HeaderClassName
{
color: #1D19CA;
}
.AnyTagClassName
{
color: #1D19CA;
}
</style>
background-color css
<style>
a { background-color: #1D19CA; }
a { background-color: rgb(29,25,202); }
div.DivClassName
{
background-color: #1D19CA;
}
.BgClassName
{
background-color: #1D19CA;
}
</style>
border-color css
<style>
span { border-color: #1D19CA; }
span { border-color: rgb(29,25,202); }
td.TdClassName
{
border-color: #1D19CA;
}
.TagClassName
{
border-color: #1D19CA;
}
</style>