Shades of Medium Blue #131CCC
Tints of Medium Blue #131CCC
RGB
CMYK
RGB Variations
Color information
#131CCC (or 0x131CCC) is known color: Medium Blue. HEX triplet: 13, 1C and CC. RGB value is (19,28,204). Sum of RGB (Red+Green+Blue) = 19+28+204=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #131CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CCC is #ECE333. Grayscale: #2C2C2C. Windows color (decimal): -15524660 or 13376531. OLE color: 13376531.
HSL color Cylindrical-coordinate representation of color #131CCC: hue angle of 237.08º 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 #131CCC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 28 | 204 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.2 |
| HSL | 237.08º | 0.83% | 0.44% | - |
| HSV(B) | 237.08º | 0.91% | 0.8% | - |
| XYZ | 11.58 | 5.33 | 57.54 | - |
| YUV | 45.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 204 | 0.91 | 0.86 | 0 | 0.2 | 237.08 | 0.83 | 0.44 |
| Hex | 13 | 1C | CC | 5B | 56 | 0 | 14 | ED | 53 | 2C |
| Octal | 23 | 34 | 314 | 133 | 126 | 0 | 24 | 355 | 123 | 54 |
| Binary | 10011 | 11100 | 11001100 | 1011011 | 1010110 | 0 | 10100 | 11101101 | 1010011 | 101100 |
Color Harmonies of #131CCC
Complementary color
Monochromatic Colors of #131CCC
Black with #131CCC
Text Example
Text Example
White with #131CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CCC; }
p { color: rgb(19,28,204); }
H1.HeaderClassName
{
color: #131CCC;
}
.AnyTagClassName
{
color: #131CCC;
}
</style>
background-color css
<style>
a { background-color: #131CCC; }
a { background-color: rgb(19,28,204); }
div.DivClassName
{
background-color: #131CCC;
}
.BgClassName
{
background-color: #131CCC;
}
</style>
border-color css
<style>
span { border-color: #131CCC; }
span { border-color: rgb(19,28,204); }
td.TdClassName
{
border-color: #131CCC;
}
.TagClassName
{
border-color: #131CCC;
}
</style>