Shades of Medium Blue #131EDF
Tints of Medium Blue #131EDF
RGB
CMYK
RGB Variations
Color information
#131EDF (or 0x131EDF) is known color: Medium Blue. HEX triplet: 13, 1E and DF. RGB value is (19,30,223). Sum of RGB (Red+Green+Blue) = 19+30+223=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #131EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EDF is #ECE120. Grayscale: #2F2F2F. Windows color (decimal): -15524129 or 14622227. OLE color: 14622227.
HSL color Cylindrical-coordinate representation of color #131EDF: hue angle of 236.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131EDF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 30 | 223 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.13 |
| HSL | 236.76º | 0.84% | 0.47% | - |
| HSV(B) | 236.76º | 0.91% | 0.87% | - |
| XYZ | 14.05 | 6.39 | 70.31 | - |
| YUV | 48.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 223 | 0.91 | 0.87 | 0 | 0.13 | 236.76 | 0.84 | 0.47 |
| Hex | 13 | 1E | DF | 5B | 57 | 0 | D | ED | 54 | 2F |
| Octal | 23 | 36 | 337 | 133 | 127 | 0 | 15 | 355 | 124 | 57 |
| Binary | 10011 | 11110 | 11011111 | 1011011 | 1010111 | 0 | 1101 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131EDF
Complementary color
Monochromatic Colors of #131EDF
Black with #131EDF
Text Example
Text Example
White with #131EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EDF; }
p { color: rgb(19,30,223); }
H1.HeaderClassName
{
color: #131EDF;
}
.AnyTagClassName
{
color: #131EDF;
}
</style>
background-color css
<style>
a { background-color: #131EDF; }
a { background-color: rgb(19,30,223); }
div.DivClassName
{
background-color: #131EDF;
}
.BgClassName
{
background-color: #131EDF;
}
</style>
border-color css
<style>
span { border-color: #131EDF; }
span { border-color: rgb(19,30,223); }
td.TdClassName
{
border-color: #131EDF;
}
.TagClassName
{
border-color: #131EDF;
}
</style>