Shades of Medium Blue #1300DC
Tints of Medium Blue #1300DC
RGB
CMYK
RGB Variations
Color information
#1300DC (or 0x1300DC) is known color: Medium Blue. HEX triplet: 13, 00 and DC. RGB value is (19,0,220). Sum of RGB (Red+Green+Blue) = 19+0+220=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 220 (86.33% from 255 or 92.05% from 239); Max value from RGB is 220 - color contains mainly: blue. Hex color #1300DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300DC is #ECFF23. Grayscale: #1D1D1D. Windows color (decimal): -15531812 or 14417939. OLE color: 14417939.
HSL color Cylindrical-coordinate representation of color #1300DC: hue angle of 245.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300DC is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 0 | 220 | - |
| CMYK | 0.91 | 1 | 0 | 0.14 |
| HSL | 245.18º | 1% | 0.43% | - |
| HSV(B) | 245.18º | 1% | 0.86% | - |
| XYZ | 13.19 | 5.31 | 68.04 | - |
| YUV | 30.76 | 234.79 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 220 | 0.91 | 1 | 0 | 0.14 | 245.18 | 1 | 0.43 |
| Hex | 13 | 0 | DC | 5B | 64 | 0 | E | F5 | 64 | 2B |
| Octal | 23 | 0 | 334 | 133 | 144 | 0 | 16 | 365 | 144 | 53 |
| Binary | 10011 | 0 | 11011100 | 1011011 | 1100100 | 0 | 1110 | 11110101 | 1100100 | 101011 |
Color Harmonies of #1300DC
Complementary color
Monochromatic Colors of #1300DC
Black with #1300DC
Text Example
Text Example
White with #1300DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300DC; }
p { color: rgb(19,0,220); }
H1.HeaderClassName
{
color: #1300DC;
}
.AnyTagClassName
{
color: #1300DC;
}
</style>
background-color css
<style>
a { background-color: #1300DC; }
a { background-color: rgb(19,0,220); }
div.DivClassName
{
background-color: #1300DC;
}
.BgClassName
{
background-color: #1300DC;
}
</style>
border-color css
<style>
span { border-color: #1300DC; }
span { border-color: rgb(19,0,220); }
td.TdClassName
{
border-color: #1300DC;
}
.TagClassName
{
border-color: #1300DC;
}
</style>