Shades of Medium Blue #1305DC
Tints of Medium Blue #1305DC
RGB
CMYK
RGB Variations
Color information
#1305DC (or 0x1305DC) is known color: Medium Blue. HEX triplet: 13, 05 and DC. RGB value is (19,5,220). Sum of RGB (Red+Green+Blue) = 19+5+220=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 220 (86.33% from 255 or 90.16% from 244); Max value from RGB is 220 - color contains mainly: blue. Hex color #1305DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305DC is #ECFA23. Grayscale: #202020. Windows color (decimal): -15530532 or 14419219. OLE color: 14419219.
HSL color Cylindrical-coordinate representation of color #1305DC: hue angle of 243.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1305DC is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 5 | 220 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.14 |
| HSL | 243.91º | 0.96% | 0.44% | - |
| HSV(B) | 243.91º | 0.98% | 0.86% | - |
| XYZ | 13.24 | 5.41 | 68.06 | - |
| YUV | 33.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 220 | 0.91 | 0.98 | 0 | 0.14 | 243.91 | 0.96 | 0.44 |
| Hex | 13 | 5 | DC | 5B | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 23 | 5 | 334 | 133 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10011 | 101 | 11011100 | 1011011 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1305DC
Complementary color
Monochromatic Colors of #1305DC
Black with #1305DC
Text Example
Text Example
White with #1305DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305DC; }
p { color: rgb(19,5,220); }
H1.HeaderClassName
{
color: #1305DC;
}
.AnyTagClassName
{
color: #1305DC;
}
</style>
background-color css
<style>
a { background-color: #1305DC; }
a { background-color: rgb(19,5,220); }
div.DivClassName
{
background-color: #1305DC;
}
.BgClassName
{
background-color: #1305DC;
}
</style>
border-color css
<style>
span { border-color: #1305DC; }
span { border-color: rgb(19,5,220); }
td.TdClassName
{
border-color: #1305DC;
}
.TagClassName
{
border-color: #1305DC;
}
</style>