Shades of Medium Blue #1310BF
Tints of Medium Blue #1310BF
RGB
CMYK
RGB Variations
Color information
#1310BF (or 0x1310BF) is known color: Medium Blue. HEX triplet: 13, 10 and BF. RGB value is (19,16,191). Sum of RGB (Red+Green+Blue) = 19+16+191=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #1310BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1310BF is #ECEF40. Grayscale: #242424. Windows color (decimal): -15527745 or 12521491. OLE color: 12521491.
HSL color Cylindrical-coordinate representation of color #1310BF: hue angle of 241.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1310BF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 16 | 191 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.25 |
| HSL | 241.03º | 0.85% | 0.41% | - |
| HSV(B) | 241.03º | 0.92% | 0.75% | - |
| XYZ | 9.86 | 4.27 | 49.59 | - |
| YUV | 36.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 191 | 0.90 | 0.92 | 0 | 0.25 | 241.03 | 0.85 | 0.41 |
| Hex | 13 | 10 | BF | 5A | 5C | 0 | 19 | F1 | 55 | 29 |
| Octal | 23 | 20 | 277 | 132 | 134 | 0 | 31 | 361 | 125 | 51 |
| Binary | 10011 | 10000 | 10111111 | 1011010 | 1011100 | 0 | 11001 | 11110001 | 1010101 | 101001 |
Color Harmonies of #1310BF
Complementary color
Monochromatic Colors of #1310BF
Black with #1310BF
Text Example
Text Example
White with #1310BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1310BF; }
p { color: rgb(19,16,191); }
H1.HeaderClassName
{
color: #1310BF;
}
.AnyTagClassName
{
color: #1310BF;
}
</style>
background-color css
<style>
a { background-color: #1310BF; }
a { background-color: rgb(19,16,191); }
div.DivClassName
{
background-color: #1310BF;
}
.BgClassName
{
background-color: #1310BF;
}
</style>
border-color css
<style>
span { border-color: #1310BF; }
span { border-color: rgb(19,16,191); }
td.TdClassName
{
border-color: #1310BF;
}
.TagClassName
{
border-color: #1310BF;
}
</style>