Shades of Medium Blue #131EDC
Tints of Medium Blue #131EDC
RGB
CMYK
RGB Variations
Color information
#131EDC (or 0x131EDC) is known color: Medium Blue. HEX triplet: 13, 1E and DC. RGB value is (19,30,220). Sum of RGB (Red+Green+Blue) = 19+30+220=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #131EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EDC is #ECE123. Grayscale: #2F2F2F. Windows color (decimal): -15524132 or 14425619. OLE color: 14425619.
HSL color Cylindrical-coordinate representation of color #131EDC: hue angle of 236.72º 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 #131EDC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 30 | 220 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.72º | 0.84% | 0.47% | - |
| HSV(B) | 236.72º | 0.91% | 0.86% | - |
| XYZ | 13.65 | 6.23 | 68.19 | - |
| YUV | 48.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 220 | 0.91 | 0.86 | 0 | 0.14 | 236.72 | 0.84 | 0.47 |
| Hex | 13 | 1E | DC | 5B | 56 | 0 | E | ED | 54 | 2F |
| Octal | 23 | 36 | 334 | 133 | 126 | 0 | 16 | 355 | 124 | 57 |
| Binary | 10011 | 11110 | 11011100 | 1011011 | 1010110 | 0 | 1110 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131EDC
Complementary color
Monochromatic Colors of #131EDC
Black with #131EDC
Text Example
Text Example
White with #131EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EDC; }
p { color: rgb(19,30,220); }
H1.HeaderClassName
{
color: #131EDC;
}
.AnyTagClassName
{
color: #131EDC;
}
</style>
background-color css
<style>
a { background-color: #131EDC; }
a { background-color: rgb(19,30,220); }
div.DivClassName
{
background-color: #131EDC;
}
.BgClassName
{
background-color: #131EDC;
}
</style>
border-color css
<style>
span { border-color: #131EDC; }
span { border-color: rgb(19,30,220); }
td.TdClassName
{
border-color: #131EDC;
}
.TagClassName
{
border-color: #131EDC;
}
</style>