Shades of Medium Blue #131DDD
Tints of Medium Blue #131DDD
RGB
CMYK
RGB Variations
Color information
#131DDD (or 0x131DDD) is known color: Medium Blue. HEX triplet: 13, 1D and DD. RGB value is (19,29,221). Sum of RGB (Red+Green+Blue) = 19+29+221=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #131DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DDD is #ECE222. Grayscale: #2F2F2F. Windows color (decimal): -15524387 or 14490899. OLE color: 14490899.
HSL color Cylindrical-coordinate representation of color #131DDD: hue angle of 237.03º 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 #131DDD is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 29 | 221 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.13 |
| HSL | 237.03º | 0.84% | 0.47% | - |
| HSV(B) | 237.03º | 0.91% | 0.87% | - |
| XYZ | 13.76 | 6.24 | 68.89 | - |
| YUV | 47.9 | 225.69 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 221 | 0.91 | 0.87 | 0 | 0.13 | 237.03 | 0.84 | 0.47 |
| Hex | 13 | 1D | DD | 5B | 57 | 0 | D | ED | 54 | 2F |
| Octal | 23 | 35 | 335 | 133 | 127 | 0 | 15 | 355 | 124 | 57 |
| Binary | 10011 | 11101 | 11011101 | 1011011 | 1010111 | 0 | 1101 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131DDD
Complementary color
Monochromatic Colors of #131DDD
Black with #131DDD
Text Example
Text Example
White with #131DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DDD; }
p { color: rgb(19,29,221); }
H1.HeaderClassName
{
color: #131DDD;
}
.AnyTagClassName
{
color: #131DDD;
}
</style>
background-color css
<style>
a { background-color: #131DDD; }
a { background-color: rgb(19,29,221); }
div.DivClassName
{
background-color: #131DDD;
}
.BgClassName
{
background-color: #131DDD;
}
</style>
border-color css
<style>
span { border-color: #131DDD; }
span { border-color: rgb(19,29,221); }
td.TdClassName
{
border-color: #131DDD;
}
.TagClassName
{
border-color: #131DDD;
}
</style>