Shades of Medium Blue #131ADE
Tints of Medium Blue #131ADE
RGB
CMYK
RGB Variations
Color information
#131ADE (or 0x131ADE) is known color: Medium Blue. HEX triplet: 13, 1A and DE. RGB value is (19,26,222). Sum of RGB (Red+Green+Blue) = 19+26+222=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #131ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ADE is #ECE521. Grayscale: #2D2D2D. Windows color (decimal): -15525154 or 14555667. OLE color: 14555667.
HSL color Cylindrical-coordinate representation of color #131ADE: hue angle of 237.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131ADE is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 26 | 222 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.13 |
| HSL | 237.93º | 0.84% | 0.47% | - |
| HSV(B) | 237.93º | 0.91% | 0.87% | - |
| XYZ | 13.82 | 6.15 | 69.57 | - |
| YUV | 46.25 | 227.18 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 222 | 0.91 | 0.88 | 0 | 0.13 | 237.93 | 0.84 | 0.47 |
| Hex | 13 | 1A | DE | 5B | 58 | 0 | D | EE | 54 | 2F |
| Octal | 23 | 32 | 336 | 133 | 130 | 0 | 15 | 356 | 124 | 57 |
| Binary | 10011 | 11010 | 11011110 | 1011011 | 1011000 | 0 | 1101 | 11101110 | 1010100 | 101111 |
Color Harmonies of #131ADE
Complementary color
Monochromatic Colors of #131ADE
Black with #131ADE
Text Example
Text Example
White with #131ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ADE; }
p { color: rgb(19,26,222); }
H1.HeaderClassName
{
color: #131ADE;
}
.AnyTagClassName
{
color: #131ADE;
}
</style>
background-color css
<style>
a { background-color: #131ADE; }
a { background-color: rgb(19,26,222); }
div.DivClassName
{
background-color: #131ADE;
}
.BgClassName
{
background-color: #131ADE;
}
</style>
border-color css
<style>
span { border-color: #131ADE; }
span { border-color: rgb(19,26,222); }
td.TdClassName
{
border-color: #131ADE;
}
.TagClassName
{
border-color: #131ADE;
}
</style>