Shades of Medium Blue #131CCD
Tints of Medium Blue #131CCD
RGB
CMYK
RGB Variations
Color information
#131CCD (or 0x131CCD) is known color: Medium Blue. HEX triplet: 13, 1C and CD. RGB value is (19,28,205). Sum of RGB (Red+Green+Blue) = 19+28+205=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #131CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CCD is #ECE332. Grayscale: #2C2C2C. Windows color (decimal): -15524659 or 13442067. OLE color: 13442067.
HSL color Cylindrical-coordinate representation of color #131CCD: hue angle of 237.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131CCD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 28 | 205 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.20 |
| HSL | 237.1º | 0.83% | 0.44% | - |
| HSV(B) | 237.1º | 0.91% | 0.8% | - |
| XYZ | 11.7 | 5.38 | 58.18 | - |
| YUV | 45.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 205 | 0.91 | 0.86 | 0 | 0.20 | 237.1 | 0.83 | 0.44 |
| Hex | 13 | 1C | CD | 5B | 56 | 0 | 14 | ED | 53 | 2C |
| Octal | 23 | 34 | 315 | 133 | 126 | 0 | 24 | 355 | 123 | 54 |
| Binary | 10011 | 11100 | 11001101 | 1011011 | 1010110 | 0 | 10100 | 11101101 | 1010011 | 101100 |
Color Harmonies of #131CCD
Complementary color
Monochromatic Colors of #131CCD
Black with #131CCD
Text Example
Text Example
White with #131CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CCD; }
p { color: rgb(19,28,205); }
H1.HeaderClassName
{
color: #131CCD;
}
.AnyTagClassName
{
color: #131CCD;
}
</style>
background-color css
<style>
a { background-color: #131CCD; }
a { background-color: rgb(19,28,205); }
div.DivClassName
{
background-color: #131CCD;
}
.BgClassName
{
background-color: #131CCD;
}
</style>
border-color css
<style>
span { border-color: #131CCD; }
span { border-color: rgb(19,28,205); }
td.TdClassName
{
border-color: #131CCD;
}
.TagClassName
{
border-color: #131CCD;
}
</style>