Shades of Medium Blue #1316BD
Tints of Medium Blue #1316BD
RGB
CMYK
RGB Variations
Color information
#1316BD (or 0x1316BD) is known color: Medium Blue. HEX triplet: 13, 16 and BD. RGB value is (19,22,189). Sum of RGB (Red+Green+Blue) = 19+22+189=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #1316BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316BD is #ECE942. Grayscale: #272727. Windows color (decimal): -15526211 or 12391955. OLE color: 12391955.
HSL color Cylindrical-coordinate representation of color #1316BD: hue angle of 238.94º 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 #1316BD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 22 | 189 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.26 |
| HSL | 238.94º | 0.82% | 0.41% | - |
| HSV(B) | 238.94º | 0.9% | 0.74% | - |
| XYZ | 9.74 | 4.39 | 48.48 | - |
| YUV | 40.14 | 212.01 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 189 | 0.90 | 0.88 | 0 | 0.26 | 238.94 | 0.82 | 0.41 |
| Hex | 13 | 16 | BD | 5A | 58 | 0 | 1A | EF | 52 | 29 |
| Octal | 23 | 26 | 275 | 132 | 130 | 0 | 32 | 357 | 122 | 51 |
| Binary | 10011 | 10110 | 10111101 | 1011010 | 1011000 | 0 | 11010 | 11101111 | 1010010 | 101001 |
Color Harmonies of #1316BD
Complementary color
Monochromatic Colors of #1316BD
Black with #1316BD
Text Example
Text Example
White with #1316BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316BD; }
p { color: rgb(19,22,189); }
H1.HeaderClassName
{
color: #1316BD;
}
.AnyTagClassName
{
color: #1316BD;
}
</style>
background-color css
<style>
a { background-color: #1316BD; }
a { background-color: rgb(19,22,189); }
div.DivClassName
{
background-color: #1316BD;
}
.BgClassName
{
background-color: #1316BD;
}
</style>
border-color css
<style>
span { border-color: #1316BD; }
span { border-color: rgb(19,22,189); }
td.TdClassName
{
border-color: #1316BD;
}
.TagClassName
{
border-color: #1316BD;
}
</style>