Shades of Medium Blue #131ADC
Tints of Medium Blue #131ADC
RGB
CMYK
RGB Variations
Color information
#131ADC (or 0x131ADC) is known color: Medium Blue. HEX triplet: 13, 1A and DC. RGB value is (19,26,220). Sum of RGB (Red+Green+Blue) = 19+26+220=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #131ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ADC is #ECE523. Grayscale: #2D2D2D. Windows color (decimal): -15525156 or 14424595. OLE color: 14424595.
HSL color Cylindrical-coordinate representation of color #131ADC: hue angle of 237.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131ADC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 26 | 220 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.14 |
| HSL | 237.91º | 0.84% | 0.47% | - |
| HSV(B) | 237.91º | 0.91% | 0.86% | - |
| XYZ | 13.56 | 6.04 | 68.16 | - |
| YUV | 46.02 | 226.18 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 220 | 0.91 | 0.88 | 0 | 0.14 | 237.91 | 0.84 | 0.47 |
| Hex | 13 | 1A | DC | 5B | 58 | 0 | E | EE | 54 | 2F |
| Octal | 23 | 32 | 334 | 133 | 130 | 0 | 16 | 356 | 124 | 57 |
| Binary | 10011 | 11010 | 11011100 | 1011011 | 1011000 | 0 | 1110 | 11101110 | 1010100 | 101111 |
Color Harmonies of #131ADC
Complementary color
Monochromatic Colors of #131ADC
Black with #131ADC
Text Example
Text Example
White with #131ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ADC; }
p { color: rgb(19,26,220); }
H1.HeaderClassName
{
color: #131ADC;
}
.AnyTagClassName
{
color: #131ADC;
}
</style>
background-color css
<style>
a { background-color: #131ADC; }
a { background-color: rgb(19,26,220); }
div.DivClassName
{
background-color: #131ADC;
}
.BgClassName
{
background-color: #131ADC;
}
</style>
border-color css
<style>
span { border-color: #131ADC; }
span { border-color: rgb(19,26,220); }
td.TdClassName
{
border-color: #131ADC;
}
.TagClassName
{
border-color: #131ADC;
}
</style>