Shades of Medium Blue #131ACC
Tints of Medium Blue #131ACC
RGB
CMYK
RGB Variations
Color information
#131ACC (or 0x131ACC) is known color: Medium Blue. HEX triplet: 13, 1A and CC. RGB value is (19,26,204). Sum of RGB (Red+Green+Blue) = 19+26+204=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #131ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ACC is #ECE533. Grayscale: #2B2B2B. Windows color (decimal): -15525172 or 13376019. OLE color: 13376019.
HSL color Cylindrical-coordinate representation of color #131ACC: hue angle of 237.73º 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 #131ACC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 26 | 204 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.2 |
| HSL | 237.73º | 0.83% | 0.44% | - |
| HSV(B) | 237.73º | 0.91% | 0.8% | - |
| XYZ | 11.54 | 5.24 | 57.53 | - |
| YUV | 44.2 | 218.18 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 204 | 0.91 | 0.87 | 0 | 0.2 | 237.73 | 0.83 | 0.44 |
| Hex | 13 | 1A | CC | 5B | 57 | 0 | 14 | EE | 53 | 2C |
| Octal | 23 | 32 | 314 | 133 | 127 | 0 | 24 | 356 | 123 | 54 |
| Binary | 10011 | 11010 | 11001100 | 1011011 | 1010111 | 0 | 10100 | 11101110 | 1010011 | 101100 |
Color Harmonies of #131ACC
Complementary color
Monochromatic Colors of #131ACC
Black with #131ACC
Text Example
Text Example
White with #131ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ACC; }
p { color: rgb(19,26,204); }
H1.HeaderClassName
{
color: #131ACC;
}
.AnyTagClassName
{
color: #131ACC;
}
</style>
background-color css
<style>
a { background-color: #131ACC; }
a { background-color: rgb(19,26,204); }
div.DivClassName
{
background-color: #131ACC;
}
.BgClassName
{
background-color: #131ACC;
}
</style>
border-color css
<style>
span { border-color: #131ACC; }
span { border-color: rgb(19,26,204); }
td.TdClassName
{
border-color: #131ACC;
}
.TagClassName
{
border-color: #131ACC;
}
</style>