Shades of Medium Blue #131FDC
Tints of Medium Blue #131FDC
RGB
CMYK
RGB Variations
Color information
#131FDC (or 0x131FDC) is known color: Medium Blue. HEX triplet: 13, 1F and DC. RGB value is (19,31,220). Sum of RGB (Red+Green+Blue) = 19+31+220=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #131FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FDC is #ECE023. Grayscale: #303030. Windows color (decimal): -15523876 or 14425875. OLE color: 14425875.
HSL color Cylindrical-coordinate representation of color #131FDC: hue angle of 236.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FDC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 31 | 220 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.42º | 0.84% | 0.47% | - |
| HSV(B) | 236.42º | 0.91% | 0.86% | - |
| XYZ | 13.68 | 6.29 | 68.2 | - |
| YUV | 48.96 | 224.52 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 220 | 0.91 | 0.86 | 0 | 0.14 | 236.42 | 0.84 | 0.47 |
| Hex | 13 | 1F | DC | 5B | 56 | 0 | E | EC | 54 | 2F |
| Octal | 23 | 37 | 334 | 133 | 126 | 0 | 16 | 354 | 124 | 57 |
| Binary | 10011 | 11111 | 11011100 | 1011011 | 1010110 | 0 | 1110 | 11101100 | 1010100 | 101111 |
Color Harmonies of #131FDC
Complementary color
Monochromatic Colors of #131FDC
Black with #131FDC
Text Example
Text Example
White with #131FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FDC; }
p { color: rgb(19,31,220); }
H1.HeaderClassName
{
color: #131FDC;
}
.AnyTagClassName
{
color: #131FDC;
}
</style>
background-color css
<style>
a { background-color: #131FDC; }
a { background-color: rgb(19,31,220); }
div.DivClassName
{
background-color: #131FDC;
}
.BgClassName
{
background-color: #131FDC;
}
</style>
border-color css
<style>
span { border-color: #131FDC; }
span { border-color: rgb(19,31,220); }
td.TdClassName
{
border-color: #131FDC;
}
.TagClassName
{
border-color: #131FDC;
}
</style>