Shades of Medium Blue #1320DC
Tints of Medium Blue #1320DC
RGB
CMYK
RGB Variations
Color information
#1320DC (or 0x1320DC) is known color: Medium Blue. HEX triplet: 13, 20 and DC. RGB value is (19,32,220). Sum of RGB (Red+Green+Blue) = 19+32+220=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #1320DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320DC is #ECDF23. Grayscale: #303030. Windows color (decimal): -15523620 or 14426131. OLE color: 14426131.
HSL color Cylindrical-coordinate representation of color #1320DC: hue angle of 236.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1320DC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 32 | 220 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.14 |
| HSL | 236.12º | 0.84% | 0.47% | - |
| HSV(B) | 236.12º | 0.91% | 0.86% | - |
| XYZ | 13.7 | 6.34 | 68.21 | - |
| YUV | 49.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 220 | 0.91 | 0.85 | 0 | 0.14 | 236.12 | 0.84 | 0.47 |
| Hex | 13 | 20 | DC | 5B | 55 | 0 | E | EC | 54 | 2F |
| Octal | 23 | 40 | 334 | 133 | 125 | 0 | 16 | 354 | 124 | 57 |
| Binary | 10011 | 100000 | 11011100 | 1011011 | 1010101 | 0 | 1110 | 11101100 | 1010100 | 101111 |
Color Harmonies of #1320DC
Complementary color
Monochromatic Colors of #1320DC
Black with #1320DC
Text Example
Text Example
White with #1320DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320DC; }
p { color: rgb(19,32,220); }
H1.HeaderClassName
{
color: #1320DC;
}
.AnyTagClassName
{
color: #1320DC;
}
</style>
background-color css
<style>
a { background-color: #1320DC; }
a { background-color: rgb(19,32,220); }
div.DivClassName
{
background-color: #1320DC;
}
.BgClassName
{
background-color: #1320DC;
}
</style>
border-color css
<style>
span { border-color: #1320DC; }
span { border-color: rgb(19,32,220); }
td.TdClassName
{
border-color: #1320DC;
}
.TagClassName
{
border-color: #1320DC;
}
</style>