Shades of Medium Blue #1316CC
Tints of Medium Blue #1316CC
RGB
CMYK
RGB Variations
Color information
#1316CC (or 0x1316CC) is known color: Medium Blue. HEX triplet: 13, 16 and CC. RGB value is (19,22,204). Sum of RGB (Red+Green+Blue) = 19+22+204=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #1316CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316CC is #ECE933. Grayscale: #292929. Windows color (decimal): -15526196 or 13374995. OLE color: 13374995.
HSL color Cylindrical-coordinate representation of color #1316CC: hue angle of 239.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1316CC is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 22 | 204 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.2 |
| HSL | 239.03º | 0.83% | 0.44% | - |
| HSV(B) | 239.03º | 0.91% | 0.8% | - |
| XYZ | 11.45 | 5.07 | 57.5 | - |
| YUV | 41.85 | 219.51 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 204 | 0.91 | 0.89 | 0 | 0.2 | 239.03 | 0.83 | 0.44 |
| Hex | 13 | 16 | CC | 5B | 59 | 0 | 14 | EF | 53 | 2C |
| Octal | 23 | 26 | 314 | 133 | 131 | 0 | 24 | 357 | 123 | 54 |
| Binary | 10011 | 10110 | 11001100 | 1011011 | 1011001 | 0 | 10100 | 11101111 | 1010011 | 101100 |
Color Harmonies of #1316CC
Complementary color
Monochromatic Colors of #1316CC
Black with #1316CC
Text Example
Text Example
White with #1316CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316CC; }
p { color: rgb(19,22,204); }
H1.HeaderClassName
{
color: #1316CC;
}
.AnyTagClassName
{
color: #1316CC;
}
</style>
background-color css
<style>
a { background-color: #1316CC; }
a { background-color: rgb(19,22,204); }
div.DivClassName
{
background-color: #1316CC;
}
.BgClassName
{
background-color: #1316CC;
}
</style>
border-color css
<style>
span { border-color: #1316CC; }
span { border-color: rgb(19,22,204); }
td.TdClassName
{
border-color: #1316CC;
}
.TagClassName
{
border-color: #1316CC;
}
</style>