Shades of Medium Blue #131CD8
Tints of Medium Blue #131CD8
RGB
CMYK
RGB Variations
Color information
#131CD8 (or 0x131CD8) is known color: Medium Blue. HEX triplet: 13, 1C and D8. RGB value is (19,28,216). Sum of RGB (Red+Green+Blue) = 19+28+216=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 216 (84.77% from 255 or 82.13% from 263); Max value from RGB is 216 - color contains mainly: blue. Hex color #131CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CD8 is #ECE327. Grayscale: #2D2D2D. Windows color (decimal): -15524648 or 14162963. OLE color: 14162963.
HSL color Cylindrical-coordinate representation of color #131CD8: hue angle of 237.26º 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 #131CD8 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 28 | 216 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.15 |
| HSL | 237.26º | 0.84% | 0.46% | - |
| HSV(B) | 237.26º | 0.91% | 0.85% | - |
| XYZ | 13.08 | 5.93 | 65.42 | - |
| YUV | 46.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 216 | 0.91 | 0.87 | 0 | 0.15 | 237.26 | 0.84 | 0.46 |
| Hex | 13 | 1C | D8 | 5B | 57 | 0 | F | ED | 54 | 2E |
| Octal | 23 | 34 | 330 | 133 | 127 | 0 | 17 | 355 | 124 | 56 |
| Binary | 10011 | 11100 | 11011000 | 1011011 | 1010111 | 0 | 1111 | 11101101 | 1010100 | 101110 |
Color Harmonies of #131CD8
Complementary color
Monochromatic Colors of #131CD8
Black with #131CD8
Text Example
Text Example
White with #131CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CD8; }
p { color: rgb(19,28,216); }
H1.HeaderClassName
{
color: #131CD8;
}
.AnyTagClassName
{
color: #131CD8;
}
</style>
background-color css
<style>
a { background-color: #131CD8; }
a { background-color: rgb(19,28,216); }
div.DivClassName
{
background-color: #131CD8;
}
.BgClassName
{
background-color: #131CD8;
}
</style>
border-color css
<style>
span { border-color: #131CD8; }
span { border-color: rgb(19,28,216); }
td.TdClassName
{
border-color: #131CD8;
}
.TagClassName
{
border-color: #131CD8;
}
</style>