Shades of Medium Blue #131DCE
Tints of Medium Blue #131DCE
RGB
CMYK
RGB Variations
Color information
#131DCE (or 0x131DCE) is known color: Medium Blue. HEX triplet: 13, 1D and CE. RGB value is (19,29,206). Sum of RGB (Red+Green+Blue) = 19+29+206=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #131DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DCE is #ECE231. Grayscale: #2D2D2D. Windows color (decimal): -15524402 or 13507859. OLE color: 13507859.
HSL color Cylindrical-coordinate representation of color #131DCE: hue angle of 236.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131DCE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 29 | 206 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.19 |
| HSL | 236.79º | 0.83% | 0.44% | - |
| HSV(B) | 236.79º | 0.91% | 0.81% | - |
| XYZ | 11.85 | 5.47 | 58.82 | - |
| YUV | 46.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 206 | 0.91 | 0.86 | 0 | 0.19 | 236.79 | 0.83 | 0.44 |
| Hex | 13 | 1D | CE | 5B | 56 | 0 | 13 | ED | 53 | 2C |
| Octal | 23 | 35 | 316 | 133 | 126 | 0 | 23 | 355 | 123 | 54 |
| Binary | 10011 | 11101 | 11001110 | 1011011 | 1010110 | 0 | 10011 | 11101101 | 1010011 | 101100 |
Color Harmonies of #131DCE
Complementary color
Monochromatic Colors of #131DCE
Black with #131DCE
Text Example
Text Example
White with #131DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DCE; }
p { color: rgb(19,29,206); }
H1.HeaderClassName
{
color: #131DCE;
}
.AnyTagClassName
{
color: #131DCE;
}
</style>
background-color css
<style>
a { background-color: #131DCE; }
a { background-color: rgb(19,29,206); }
div.DivClassName
{
background-color: #131DCE;
}
.BgClassName
{
background-color: #131DCE;
}
</style>
border-color css
<style>
span { border-color: #131DCE; }
span { border-color: rgb(19,29,206); }
td.TdClassName
{
border-color: #131DCE;
}
.TagClassName
{
border-color: #131DCE;
}
</style>