Shades of Medium Blue #131CC8
Tints of Medium Blue #131CC8
RGB
CMYK
RGB Variations
Color information
#131CC8 (or 0x131CC8) is known color: Medium Blue. HEX triplet: 13, 1C and C8. RGB value is (19,28,200). Sum of RGB (Red+Green+Blue) = 19+28+200=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 200 (78.52% from 255 or 80.97% from 247); Max value from RGB is 200 - color contains mainly: blue. Hex color #131CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CC8 is #ECE337. Grayscale: #2C2C2C. Windows color (decimal): -15524664 or 13114387. OLE color: 13114387.
HSL color Cylindrical-coordinate representation of color #131CC8: hue angle of 237.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131CC8 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 28 | 200 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.22 |
| HSL | 237.02º | 0.83% | 0.43% | - |
| HSV(B) | 237.02º | 0.91% | 0.78% | - |
| XYZ | 11.11 | 5.14 | 55.05 | - |
| YUV | 44.92 | 215.52 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 200 | 0.90 | 0.86 | 0 | 0.22 | 237.02 | 0.83 | 0.43 |
| Hex | 13 | 1C | C8 | 5A | 56 | 0 | 16 | ED | 53 | 2B |
| Octal | 23 | 34 | 310 | 132 | 126 | 0 | 26 | 355 | 123 | 53 |
| Binary | 10011 | 11100 | 11001000 | 1011010 | 1010110 | 0 | 10110 | 11101101 | 1010011 | 101011 |
Color Harmonies of #131CC8
Complementary color
Monochromatic Colors of #131CC8
Black with #131CC8
Text Example
Text Example
White with #131CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CC8; }
p { color: rgb(19,28,200); }
H1.HeaderClassName
{
color: #131CC8;
}
.AnyTagClassName
{
color: #131CC8;
}
</style>
background-color css
<style>
a { background-color: #131CC8; }
a { background-color: rgb(19,28,200); }
div.DivClassName
{
background-color: #131CC8;
}
.BgClassName
{
background-color: #131CC8;
}
</style>
border-color css
<style>
span { border-color: #131CC8; }
span { border-color: rgb(19,28,200); }
td.TdClassName
{
border-color: #131CC8;
}
.TagClassName
{
border-color: #131CC8;
}
</style>