Shades of Medium Blue #1320E5
Tints of Medium Blue #1320E5
RGB
CMYK
RGB Variations
Color information
#1320E5 (or 0x1320E5) is known color: Medium Blue. HEX triplet: 13, 20 and E5. RGB value is (19,32,229). Sum of RGB (Red+Green+Blue) = 19+32+229=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 229 (89.84% from 255 or 81.79% from 280); Max value from RGB is 229 - color contains mainly: blue. Hex color #1320E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320E5 is #ECDF1A. Grayscale: #313131. Windows color (decimal): -15523611 or 15015955. OLE color: 15015955.
HSL color Cylindrical-coordinate representation of color #1320E5: hue angle of 236.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1320E5 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 32 | 229 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.10 |
| HSL | 236.29º | 0.85% | 0.49% | - |
| HSV(B) | 236.29º | 0.92% | 0.9% | - |
| XYZ | 14.93 | 6.83 | 74.66 | - |
| YUV | 50.57 | 228.69 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 229 | 0.92 | 0.86 | 0 | 0.10 | 236.29 | 0.85 | 0.49 |
| Hex | 13 | 20 | E5 | 5C | 56 | 0 | A | EC | 55 | 31 |
| Octal | 23 | 40 | 345 | 134 | 126 | 0 | 12 | 354 | 125 | 61 |
| Binary | 10011 | 100000 | 11100101 | 1011100 | 1010110 | 0 | 1010 | 11101100 | 1010101 | 110001 |
Color Harmonies of #1320E5
Complementary color
Monochromatic Colors of #1320E5
Black with #1320E5
Text Example
Text Example
White with #1320E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320E5; }
p { color: rgb(19,32,229); }
H1.HeaderClassName
{
color: #1320E5;
}
.AnyTagClassName
{
color: #1320E5;
}
</style>
background-color css
<style>
a { background-color: #1320E5; }
a { background-color: rgb(19,32,229); }
div.DivClassName
{
background-color: #1320E5;
}
.BgClassName
{
background-color: #1320E5;
}
</style>
border-color css
<style>
span { border-color: #1320E5; }
span { border-color: rgb(19,32,229); }
td.TdClassName
{
border-color: #1320E5;
}
.TagClassName
{
border-color: #1320E5;
}
</style>