Shades of Medium Blue #131BD4
Tints of Medium Blue #131BD4
RGB
CMYK
RGB Variations
Color information
#131BD4 (or 0x131BD4) is known color: Medium Blue. HEX triplet: 13, 1B and D4. RGB value is (19,27,212). Sum of RGB (Red+Green+Blue) = 19+27+212=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 212 (83.20% from 255 or 82.17% from 258); Max value from RGB is 212 - color contains mainly: blue. Hex color #131BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BD4 is #ECE42B. Grayscale: #2C2C2C. Windows color (decimal): -15524908 or 13900563. OLE color: 13900563.
HSL color Cylindrical-coordinate representation of color #131BD4: hue angle of 237.51º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131BD4 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 27 | 212 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.17 |
| HSL | 237.51º | 0.84% | 0.45% | - |
| HSV(B) | 237.51º | 0.91% | 0.83% | - |
| XYZ | 12.54 | 5.68 | 62.72 | - |
| YUV | 45.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 212 | 0.91 | 0.87 | 0 | 0.17 | 237.51 | 0.84 | 0.45 |
| Hex | 13 | 1B | D4 | 5B | 57 | 0 | 11 | EE | 54 | 2D |
| Octal | 23 | 33 | 324 | 133 | 127 | 0 | 21 | 356 | 124 | 55 |
| Binary | 10011 | 11011 | 11010100 | 1011011 | 1010111 | 0 | 10001 | 11101110 | 1010100 | 101101 |
Color Harmonies of #131BD4
Complementary color
Monochromatic Colors of #131BD4
Black with #131BD4
Text Example
Text Example
White with #131BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BD4; }
p { color: rgb(19,27,212); }
H1.HeaderClassName
{
color: #131BD4;
}
.AnyTagClassName
{
color: #131BD4;
}
</style>
background-color css
<style>
a { background-color: #131BD4; }
a { background-color: rgb(19,27,212); }
div.DivClassName
{
background-color: #131BD4;
}
.BgClassName
{
background-color: #131BD4;
}
</style>
border-color css
<style>
span { border-color: #131BD4; }
span { border-color: rgb(19,27,212); }
td.TdClassName
{
border-color: #131BD4;
}
.TagClassName
{
border-color: #131BD4;
}
</style>