Shades of Medium Blue #1307DC
Tints of Medium Blue #1307DC
RGB
CMYK
RGB Variations
Color information
#1307DC (or 0x1307DC) is known color: Medium Blue. HEX triplet: 13, 07 and DC. RGB value is (19,7,220). Sum of RGB (Red+Green+Blue) = 19+7+220=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 220 (86.33% from 255 or 89.43% from 246); Max value from RGB is 220 - color contains mainly: blue. Hex color #1307DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307DC is #ECF823. Grayscale: #222222. Windows color (decimal): -15530020 or 14419731. OLE color: 14419731.
HSL color Cylindrical-coordinate representation of color #1307DC: hue angle of 243.38º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307DC is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 7 | 220 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.14 |
| HSL | 243.38º | 0.94% | 0.45% | - |
| HSV(B) | 243.38º | 0.97% | 0.86% | - |
| XYZ | 13.26 | 5.46 | 68.06 | - |
| YUV | 34.87 | 232.48 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 220 | 0.91 | 0.97 | 0 | 0.14 | 243.38 | 0.94 | 0.45 |
| Hex | 13 | 7 | DC | 5B | 61 | 0 | E | F3 | 5E | 2D |
| Octal | 23 | 7 | 334 | 133 | 141 | 0 | 16 | 363 | 136 | 55 |
| Binary | 10011 | 111 | 11011100 | 1011011 | 1100001 | 0 | 1110 | 11110011 | 1011110 | 101101 |
Color Harmonies of #1307DC
Complementary color
Monochromatic Colors of #1307DC
Black with #1307DC
Text Example
Text Example
White with #1307DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1307DC; }
p { color: rgb(19,7,220); }
H1.HeaderClassName
{
color: #1307DC;
}
.AnyTagClassName
{
color: #1307DC;
}
</style>
background-color css
<style>
a { background-color: #1307DC; }
a { background-color: rgb(19,7,220); }
div.DivClassName
{
background-color: #1307DC;
}
.BgClassName
{
background-color: #1307DC;
}
</style>
border-color css
<style>
span { border-color: #1307DC; }
span { border-color: rgb(19,7,220); }
td.TdClassName
{
border-color: #1307DC;
}
.TagClassName
{
border-color: #1307DC;
}
</style>