Shades of Medium Blue #131FDA
Tints of Medium Blue #131FDA
RGB
CMYK
RGB Variations
Color information
#131FDA (or 0x131FDA) is known color: Medium Blue. HEX triplet: 13, 1F and DA. RGB value is (19,31,218). Sum of RGB (Red+Green+Blue) = 19+31+218=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #131FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FDA is #ECE025. Grayscale: #2F2F2F. Windows color (decimal): -15523878 or 14294803. OLE color: 14294803.
HSL color Cylindrical-coordinate representation of color #131FDA: hue angle of 236.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FDA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 31 | 218 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.15 |
| HSL | 236.38º | 0.84% | 0.46% | - |
| HSV(B) | 236.38º | 0.91% | 0.85% | - |
| XYZ | 13.41 | 6.18 | 66.82 | - |
| YUV | 48.73 | 223.52 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 218 | 0.91 | 0.86 | 0 | 0.15 | 236.38 | 0.84 | 0.46 |
| Hex | 13 | 1F | DA | 5B | 56 | 0 | F | EC | 54 | 2E |
| Octal | 23 | 37 | 332 | 133 | 126 | 0 | 17 | 354 | 124 | 56 |
| Binary | 10011 | 11111 | 11011010 | 1011011 | 1010110 | 0 | 1111 | 11101100 | 1010100 | 101110 |
Color Harmonies of #131FDA
Complementary color
Monochromatic Colors of #131FDA
Black with #131FDA
Text Example
Text Example
White with #131FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FDA; }
p { color: rgb(19,31,218); }
H1.HeaderClassName
{
color: #131FDA;
}
.AnyTagClassName
{
color: #131FDA;
}
</style>
background-color css
<style>
a { background-color: #131FDA; }
a { background-color: rgb(19,31,218); }
div.DivClassName
{
background-color: #131FDA;
}
.BgClassName
{
background-color: #131FDA;
}
</style>
border-color css
<style>
span { border-color: #131FDA; }
span { border-color: rgb(19,31,218); }
td.TdClassName
{
border-color: #131FDA;
}
.TagClassName
{
border-color: #131FDA;
}
</style>