Shades of Medium Blue #1306C0
Tints of Medium Blue #1306C0
RGB
CMYK
RGB Variations
Color information
#1306C0 (or 0x1306C0) is known color: Medium Blue. HEX triplet: 13, 06 and C0. RGB value is (19,6,192). Sum of RGB (Red+Green+Blue) = 19+6+192=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #1306C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306C0 is #ECF93F. Grayscale: #1E1E1E. Windows color (decimal): -15530304 or 12584467. OLE color: 12584467.
HSL color Cylindrical-coordinate representation of color #1306C0: hue angle of 244.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306C0 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 6 | 192 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.25 |
| HSL | 244.19º | 0.94% | 0.39% | - |
| HSV(B) | 244.19º | 0.97% | 0.75% | - |
| XYZ | 9.85 | 4.07 | 50.14 | - |
| YUV | 31.09 | 218.81 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 192 | 0.90 | 0.97 | 0 | 0.25 | 244.19 | 0.94 | 0.39 |
| Hex | 13 | 6 | C0 | 5A | 61 | 0 | 19 | F4 | 5E | 27 |
| Octal | 23 | 6 | 300 | 132 | 141 | 0 | 31 | 364 | 136 | 47 |
| Binary | 10011 | 110 | 11000000 | 1011010 | 1100001 | 0 | 11001 | 11110100 | 1011110 | 100111 |
Color Harmonies of #1306C0
Complementary color
Monochromatic Colors of #1306C0
Black with #1306C0
Text Example
Text Example
White with #1306C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306C0; }
p { color: rgb(19,6,192); }
H1.HeaderClassName
{
color: #1306C0;
}
.AnyTagClassName
{
color: #1306C0;
}
</style>
background-color css
<style>
a { background-color: #1306C0; }
a { background-color: rgb(19,6,192); }
div.DivClassName
{
background-color: #1306C0;
}
.BgClassName
{
background-color: #1306C0;
}
</style>
border-color css
<style>
span { border-color: #1306C0; }
span { border-color: rgb(19,6,192); }
td.TdClassName
{
border-color: #1306C0;
}
.TagClassName
{
border-color: #1306C0;
}
</style>