Shades of Medium Blue #1310C4
Tints of Medium Blue #1310C4
RGB
CMYK
RGB Variations
Color information
#1310C4 (or 0x1310C4) is known color: Medium Blue. HEX triplet: 13, 10 and C4. RGB value is (19,16,196). Sum of RGB (Red+Green+Blue) = 19+16+196=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 196 (76.95% from 255 or 84.85% from 231); Max value from RGB is 196 - color contains mainly: blue. Hex color #1310C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1310C4 is #ECEF3B. Grayscale: #242424. Windows color (decimal): -15527740 or 12849171. OLE color: 12849171.
HSL color Cylindrical-coordinate representation of color #1310C4: hue angle of 241º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1310C4 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 16 | 196 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.23 |
| HSL | 241º | 0.85% | 0.42% | - |
| HSV(B) | 241º | 0.92% | 0.77% | - |
| XYZ | 10.42 | 4.49 | 52.54 | - |
| YUV | 37.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 196 | 0.90 | 0.92 | 0 | 0.23 | 241 | 0.85 | 0.42 |
| Hex | 13 | 10 | C4 | 5A | 5C | 0 | 17 | F1 | 55 | 2A |
| Octal | 23 | 20 | 304 | 132 | 134 | 0 | 27 | 361 | 125 | 52 |
| Binary | 10011 | 10000 | 11000100 | 1011010 | 1011100 | 0 | 10111 | 11110001 | 1010101 | 101010 |
Color Harmonies of #1310C4
Complementary color
Monochromatic Colors of #1310C4
Black with #1310C4
Text Example
Text Example
White with #1310C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1310C4; }
p { color: rgb(19,16,196); }
H1.HeaderClassName
{
color: #1310C4;
}
.AnyTagClassName
{
color: #1310C4;
}
</style>
background-color css
<style>
a { background-color: #1310C4; }
a { background-color: rgb(19,16,196); }
div.DivClassName
{
background-color: #1310C4;
}
.BgClassName
{
background-color: #1310C4;
}
</style>
border-color css
<style>
span { border-color: #1310C4; }
span { border-color: rgb(19,16,196); }
td.TdClassName
{
border-color: #1310C4;
}
.TagClassName
{
border-color: #1310C4;
}
</style>