Shades of Medium Blue #1316BC
Tints of Medium Blue #1316BC
RGB
CMYK
RGB Variations
Color information
#1316BC (or 0x1316BC) is known color: Medium Blue. HEX triplet: 13, 16 and BC. RGB value is (19,22,188). Sum of RGB (Red+Green+Blue) = 19+22+188=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1316BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316BC is #ECE943. Grayscale: #272727. Windows color (decimal): -15526212 or 12326419. OLE color: 12326419.
HSL color Cylindrical-coordinate representation of color #1316BC: hue angle of 238.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1316BC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 22 | 188 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.26 |
| HSL | 238.93º | 0.82% | 0.41% | - |
| HSV(B) | 238.93º | 0.9% | 0.74% | - |
| XYZ | 9.63 | 4.34 | 47.91 | - |
| YUV | 40.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 188 | 0.90 | 0.88 | 0 | 0.26 | 238.93 | 0.82 | 0.41 |
| Hex | 13 | 16 | BC | 5A | 58 | 0 | 1A | EF | 52 | 29 |
| Octal | 23 | 26 | 274 | 132 | 130 | 0 | 32 | 357 | 122 | 51 |
| Binary | 10011 | 10110 | 10111100 | 1011010 | 1011000 | 0 | 11010 | 11101111 | 1010010 | 101001 |
Color Harmonies of #1316BC
Complementary color
Monochromatic Colors of #1316BC
Black with #1316BC
Text Example
Text Example
White with #1316BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316BC; }
p { color: rgb(19,22,188); }
H1.HeaderClassName
{
color: #1316BC;
}
.AnyTagClassName
{
color: #1316BC;
}
</style>
background-color css
<style>
a { background-color: #1316BC; }
a { background-color: rgb(19,22,188); }
div.DivClassName
{
background-color: #1316BC;
}
.BgClassName
{
background-color: #1316BC;
}
</style>
border-color css
<style>
span { border-color: #1316BC; }
span { border-color: rgb(19,22,188); }
td.TdClassName
{
border-color: #1316BC;
}
.TagClassName
{
border-color: #1316BC;
}
</style>