Shades of Medium Blue #131ACD
Tints of Medium Blue #131ACD
RGB
CMYK
RGB Variations
Color information
#131ACD (or 0x131ACD) is known color: Medium Blue. HEX triplet: 13, 1A and CD. RGB value is (19,26,205). Sum of RGB (Red+Green+Blue) = 19+26+205=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #131ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ACD is #ECE532. Grayscale: #2B2B2B. Windows color (decimal): -15525171 or 13441555. OLE color: 13441555.
HSL color Cylindrical-coordinate representation of color #131ACD: hue angle of 237.74º 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 #131ACD is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 26 | 205 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.20 |
| HSL | 237.74º | 0.83% | 0.44% | - |
| HSV(B) | 237.74º | 0.91% | 0.8% | - |
| XYZ | 11.66 | 5.29 | 58.16 | - |
| YUV | 44.31 | 218.68 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 205 | 0.91 | 0.87 | 0 | 0.20 | 237.74 | 0.83 | 0.44 |
| Hex | 13 | 1A | CD | 5B | 57 | 0 | 14 | EE | 53 | 2C |
| Octal | 23 | 32 | 315 | 133 | 127 | 0 | 24 | 356 | 123 | 54 |
| Binary | 10011 | 11010 | 11001101 | 1011011 | 1010111 | 0 | 10100 | 11101110 | 1010011 | 101100 |
Color Harmonies of #131ACD
Complementary color
Monochromatic Colors of #131ACD
Black with #131ACD
Text Example
Text Example
White with #131ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ACD; }
p { color: rgb(19,26,205); }
H1.HeaderClassName
{
color: #131ACD;
}
.AnyTagClassName
{
color: #131ACD;
}
</style>
background-color css
<style>
a { background-color: #131ACD; }
a { background-color: rgb(19,26,205); }
div.DivClassName
{
background-color: #131ACD;
}
.BgClassName
{
background-color: #131ACD;
}
</style>
border-color css
<style>
span { border-color: #131ACD; }
span { border-color: rgb(19,26,205); }
td.TdClassName
{
border-color: #131ACD;
}
.TagClassName
{
border-color: #131ACD;
}
</style>