Shades of Medium Blue #1309D7
Tints of Medium Blue #1309D7
RGB
CMYK
RGB Variations
Color information
#1309D7 (or 0x1309D7) is known color: Medium Blue. HEX triplet: 13, 09 and D7. RGB value is (19,9,215). Sum of RGB (Red+Green+Blue) = 19+9+215=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 215 (84.38% from 255 or 88.48% from 243); Max value from RGB is 215 - color contains mainly: blue. Hex color #1309D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1309D7 is #ECF628. Grayscale: #222222. Windows color (decimal): -15529513 or 14092563. OLE color: 14092563.
HSL color Cylindrical-coordinate representation of color #1309D7: hue angle of 242.91º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1309D7 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 9 | 215 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.16 |
| HSL | 242.91º | 0.92% | 0.44% | - |
| HSV(B) | 242.91º | 0.96% | 0.84% | - |
| XYZ | 12.63 | 5.24 | 64.64 | - |
| YUV | 35.47 | 229.31 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 215 | 0.91 | 0.96 | 0 | 0.16 | 242.91 | 0.92 | 0.44 |
| Hex | 13 | 9 | D7 | 5B | 60 | 0 | 10 | F3 | 5C | 2C |
| Octal | 23 | 11 | 327 | 133 | 140 | 0 | 20 | 363 | 134 | 54 |
| Binary | 10011 | 1001 | 11010111 | 1011011 | 1100000 | 0 | 10000 | 11110011 | 1011100 | 101100 |
Color Harmonies of #1309D7
Complementary color
Monochromatic Colors of #1309D7
Black with #1309D7
Text Example
Text Example
White with #1309D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1309D7; }
p { color: rgb(19,9,215); }
H1.HeaderClassName
{
color: #1309D7;
}
.AnyTagClassName
{
color: #1309D7;
}
</style>
background-color css
<style>
a { background-color: #1309D7; }
a { background-color: rgb(19,9,215); }
div.DivClassName
{
background-color: #1309D7;
}
.BgClassName
{
background-color: #1309D7;
}
</style>
border-color css
<style>
span { border-color: #1309D7; }
span { border-color: rgb(19,9,215); }
td.TdClassName
{
border-color: #1309D7;
}
.TagClassName
{
border-color: #1309D7;
}
</style>