Shades of Medium Blue #1307D5
Tints of Medium Blue #1307D5
RGB
CMYK
RGB Variations
Color information
#1307D5 (or 0x1307D5) is known color: Medium Blue. HEX triplet: 13, 07 and D5. RGB value is (19,7,213). Sum of RGB (Red+Green+Blue) = 19+7+213=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 213 (83.59% from 255 or 89.12% from 239); Max value from RGB is 213 - color contains mainly: blue. Hex color #1307D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307D5 is #ECF82A. Grayscale: #212121. Windows color (decimal): -15530027 or 13960979. OLE color: 13960979.
HSL color Cylindrical-coordinate representation of color #1307D5: hue angle of 243.5º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307D5 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 7 | 213 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.16 |
| HSL | 243.5º | 0.94% | 0.43% | - |
| HSV(B) | 243.5º | 0.97% | 0.84% | - |
| XYZ | 12.35 | 5.09 | 63.28 | - |
| YUV | 34.07 | 228.98 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 213 | 0.91 | 0.97 | 0 | 0.16 | 243.5 | 0.94 | 0.43 |
| Hex | 13 | 7 | D5 | 5B | 61 | 0 | 10 | F3 | 5E | 2B |
| Octal | 23 | 7 | 325 | 133 | 141 | 0 | 20 | 363 | 136 | 53 |
| Binary | 10011 | 111 | 11010101 | 1011011 | 1100001 | 0 | 10000 | 11110011 | 1011110 | 101011 |
Color Harmonies of #1307D5
Complementary color
Monochromatic Colors of #1307D5
Black with #1307D5
Text Example
Text Example
White with #1307D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1307D5; }
p { color: rgb(19,7,213); }
H1.HeaderClassName
{
color: #1307D5;
}
.AnyTagClassName
{
color: #1307D5;
}
</style>
background-color css
<style>
a { background-color: #1307D5; }
a { background-color: rgb(19,7,213); }
div.DivClassName
{
background-color: #1307D5;
}
.BgClassName
{
background-color: #1307D5;
}
</style>
border-color css
<style>
span { border-color: #1307D5; }
span { border-color: rgb(19,7,213); }
td.TdClassName
{
border-color: #1307D5;
}
.TagClassName
{
border-color: #1307D5;
}
</style>