Shades of Medium Blue #131CD6
Tints of Medium Blue #131CD6
RGB
CMYK
RGB Variations
Color information
#131CD6 (or 0x131CD6) is known color: Medium Blue. HEX triplet: 13, 1C and D6. RGB value is (19,28,214). Sum of RGB (Red+Green+Blue) = 19+28+214=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 214 (83.98% from 255 or 81.99% from 261); Max value from RGB is 214 - color contains mainly: blue. Hex color #131CD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CD6 is #ECE329. Grayscale: #2D2D2D. Windows color (decimal): -15524650 or 14031891. OLE color: 14031891.
HSL color Cylindrical-coordinate representation of color #131CD6: hue angle of 237.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131CD6 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 28 | 214 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.16 |
| HSL | 237.23º | 0.84% | 0.46% | - |
| HSV(B) | 237.23º | 0.91% | 0.84% | - |
| XYZ | 12.82 | 5.82 | 64.07 | - |
| YUV | 46.51 | 222.52 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 214 | 0.91 | 0.87 | 0 | 0.16 | 237.23 | 0.84 | 0.46 |
| Hex | 13 | 1C | D6 | 5B | 57 | 0 | 10 | ED | 54 | 2E |
| Octal | 23 | 34 | 326 | 133 | 127 | 0 | 20 | 355 | 124 | 56 |
| Binary | 10011 | 11100 | 11010110 | 1011011 | 1010111 | 0 | 10000 | 11101101 | 1010100 | 101110 |
Color Harmonies of #131CD6
Complementary color
Monochromatic Colors of #131CD6
Black with #131CD6
Text Example
Text Example
White with #131CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CD6; }
p { color: rgb(19,28,214); }
H1.HeaderClassName
{
color: #131CD6;
}
.AnyTagClassName
{
color: #131CD6;
}
</style>
background-color css
<style>
a { background-color: #131CD6; }
a { background-color: rgb(19,28,214); }
div.DivClassName
{
background-color: #131CD6;
}
.BgClassName
{
background-color: #131CD6;
}
</style>
border-color css
<style>
span { border-color: #131CD6; }
span { border-color: rgb(19,28,214); }
td.TdClassName
{
border-color: #131CD6;
}
.TagClassName
{
border-color: #131CD6;
}
</style>