Shades of Medium Blue #1306E1
Tints of Medium Blue #1306E1
RGB
CMYK
RGB Variations
Color information
#1306E1 (or 0x1306E1) is known color: Medium Blue. HEX triplet: 13, 06 and E1. RGB value is (19,6,225). Sum of RGB (Red+Green+Blue) = 19+6+225=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 225 (88.28% from 255 or 90% from 250); Max value from RGB is 225 - color contains mainly: blue. Hex color #1306E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306E1 is #ECF91E. Grayscale: #212121. Windows color (decimal): -15530271 or 14747155. OLE color: 14747155.
HSL color Cylindrical-coordinate representation of color #1306E1: hue angle of 243.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306E1 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 6 | 225 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.12 |
| HSL | 243.56º | 0.95% | 0.45% | - |
| HSV(B) | 243.56º | 0.97% | 0.88% | - |
| XYZ | 13.92 | 5.7 | 71.6 | - |
| YUV | 34.85 | 235.31 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 225 | 0.92 | 0.97 | 0 | 0.12 | 243.56 | 0.95 | 0.45 |
| Hex | 13 | 6 | E1 | 5C | 61 | 0 | C | F4 | 5F | 2D |
| Octal | 23 | 6 | 341 | 134 | 141 | 0 | 14 | 364 | 137 | 55 |
| Binary | 10011 | 110 | 11100001 | 1011100 | 1100001 | 0 | 1100 | 11110100 | 1011111 | 101101 |
Color Harmonies of #1306E1
Complementary color
Monochromatic Colors of #1306E1
Black with #1306E1
Text Example
Text Example
White with #1306E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1306E1; }
p { color: rgb(19,6,225); }
H1.HeaderClassName
{
color: #1306E1;
}
.AnyTagClassName
{
color: #1306E1;
}
</style>
background-color css
<style>
a { background-color: #1306E1; }
a { background-color: rgb(19,6,225); }
div.DivClassName
{
background-color: #1306E1;
}
.BgClassName
{
background-color: #1306E1;
}
</style>
border-color css
<style>
span { border-color: #1306E1; }
span { border-color: rgb(19,6,225); }
td.TdClassName
{
border-color: #1306E1;
}
.TagClassName
{
border-color: #1306E1;
}
</style>