Shades of Medium Blue #131ACB
Tints of Medium Blue #131ACB
RGB
CMYK
RGB Variations
Color information
#131ACB (or 0x131ACB) is known color: Medium Blue. HEX triplet: 13, 1A and CB. RGB value is (19,26,203). Sum of RGB (Red+Green+Blue) = 19+26+203=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #131ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ACB is #ECE534. Grayscale: #2B2B2B. Windows color (decimal): -15525173 or 13310483. OLE color: 13310483.
HSL color Cylindrical-coordinate representation of color #131ACB: hue angle of 237.72º 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 #131ACB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 26 | 203 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.20 |
| HSL | 237.72º | 0.83% | 0.44% | - |
| HSV(B) | 237.72º | 0.91% | 0.8% | - |
| XYZ | 11.42 | 5.19 | 56.9 | - |
| YUV | 44.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 203 | 0.91 | 0.87 | 0 | 0.20 | 237.72 | 0.83 | 0.44 |
| Hex | 13 | 1A | CB | 5B | 57 | 0 | 14 | EE | 53 | 2C |
| Octal | 23 | 32 | 313 | 133 | 127 | 0 | 24 | 356 | 123 | 54 |
| Binary | 10011 | 11010 | 11001011 | 1011011 | 1010111 | 0 | 10100 | 11101110 | 1010011 | 101100 |
Color Harmonies of #131ACB
Complementary color
Monochromatic Colors of #131ACB
Black with #131ACB
Text Example
Text Example
White with #131ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ACB; }
p { color: rgb(19,26,203); }
H1.HeaderClassName
{
color: #131ACB;
}
.AnyTagClassName
{
color: #131ACB;
}
</style>
background-color css
<style>
a { background-color: #131ACB; }
a { background-color: rgb(19,26,203); }
div.DivClassName
{
background-color: #131ACB;
}
.BgClassName
{
background-color: #131ACB;
}
</style>
border-color css
<style>
span { border-color: #131ACB; }
span { border-color: rgb(19,26,203); }
td.TdClassName
{
border-color: #131ACB;
}
.TagClassName
{
border-color: #131ACB;
}
</style>