Shades of Medium Blue #131CDE
Tints of Medium Blue #131CDE
RGB
CMYK
RGB Variations
Color information
#131CDE (or 0x131CDE) is known color: Medium Blue. HEX triplet: 13, 1C and DE. RGB value is (19,28,222). Sum of RGB (Red+Green+Blue) = 19+28+222=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #131CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDE is #ECE321. Grayscale: #2E2E2E. Windows color (decimal): -15524642 or 14556179. OLE color: 14556179.
HSL color Cylindrical-coordinate representation of color #131CDE: hue angle of 237.34º 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 #131CDE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 28 | 222 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.13 |
| HSL | 237.34º | 0.84% | 0.47% | - |
| HSV(B) | 237.34º | 0.91% | 0.87% | - |
| XYZ | 13.87 | 6.24 | 69.58 | - |
| YUV | 47.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 222 | 0.91 | 0.87 | 0 | 0.13 | 237.34 | 0.84 | 0.47 |
| Hex | 13 | 1C | DE | 5B | 57 | 0 | D | ED | 54 | 2F |
| Octal | 23 | 34 | 336 | 133 | 127 | 0 | 15 | 355 | 124 | 57 |
| Binary | 10011 | 11100 | 11011110 | 1011011 | 1010111 | 0 | 1101 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131CDE
Complementary color
Monochromatic Colors of #131CDE
Black with #131CDE
Text Example
Text Example
White with #131CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CDE; }
p { color: rgb(19,28,222); }
H1.HeaderClassName
{
color: #131CDE;
}
.AnyTagClassName
{
color: #131CDE;
}
</style>
background-color css
<style>
a { background-color: #131CDE; }
a { background-color: rgb(19,28,222); }
div.DivClassName
{
background-color: #131CDE;
}
.BgClassName
{
background-color: #131CDE;
}
</style>
border-color css
<style>
span { border-color: #131CDE; }
span { border-color: rgb(19,28,222); }
td.TdClassName
{
border-color: #131CDE;
}
.TagClassName
{
border-color: #131CDE;
}
</style>