Shades of Medium Blue #131BC6
Tints of Medium Blue #131BC6
RGB
CMYK
RGB Variations
Color information
#131BC6 (or 0x131BC6) is known color: Medium Blue. HEX triplet: 13, 1B and C6. RGB value is (19,27,198). Sum of RGB (Red+Green+Blue) = 19+27+198=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #131BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BC6 is #ECE439. Grayscale: #2B2B2B. Windows color (decimal): -15524922 or 12983059. OLE color: 12983059.
HSL color Cylindrical-coordinate representation of color #131BC6: hue angle of 237.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BC6 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 27 | 198 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.22 |
| HSL | 237.32º | 0.82% | 0.43% | - |
| HSV(B) | 237.32º | 0.9% | 0.78% | - |
| XYZ | 10.85 | 5 | 53.82 | - |
| YUV | 44.1 | 214.85 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 198 | 0.90 | 0.86 | 0 | 0.22 | 237.32 | 0.82 | 0.43 |
| Hex | 13 | 1B | C6 | 5A | 56 | 0 | 16 | ED | 52 | 2B |
| Octal | 23 | 33 | 306 | 132 | 126 | 0 | 26 | 355 | 122 | 53 |
| Binary | 10011 | 11011 | 11000110 | 1011010 | 1010110 | 0 | 10110 | 11101101 | 1010010 | 101011 |
Color Harmonies of #131BC6
Complementary color
Monochromatic Colors of #131BC6
Black with #131BC6
Text Example
Text Example
White with #131BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BC6; }
p { color: rgb(19,27,198); }
H1.HeaderClassName
{
color: #131BC6;
}
.AnyTagClassName
{
color: #131BC6;
}
</style>
background-color css
<style>
a { background-color: #131BC6; }
a { background-color: rgb(19,27,198); }
div.DivClassName
{
background-color: #131BC6;
}
.BgClassName
{
background-color: #131BC6;
}
</style>
border-color css
<style>
span { border-color: #131BC6; }
span { border-color: rgb(19,27,198); }
td.TdClassName
{
border-color: #131BC6;
}
.TagClassName
{
border-color: #131BC6;
}
</style>