Shades of Medium Blue #1316DF
Tints of Medium Blue #1316DF
RGB
CMYK
RGB Variations
Color information
#1316DF (or 0x1316DF) is known color: Medium Blue. HEX triplet: 13, 16 and DF. RGB value is (19,22,223). Sum of RGB (Red+Green+Blue) = 19+22+223=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1316DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316DF is #ECE920. Grayscale: #2B2B2B. Windows color (decimal): -15526177 or 14620179. OLE color: 14620179.
HSL color Cylindrical-coordinate representation of color #1316DF: hue angle of 239.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1316DF is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 22 | 223 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.13 |
| HSL | 239.12º | 0.84% | 0.47% | - |
| HSV(B) | 239.12º | 0.91% | 0.87% | - |
| XYZ | 13.87 | 6.04 | 70.25 | - |
| YUV | 44.02 | 229.01 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 223 | 0.91 | 0.90 | 0 | 0.13 | 239.12 | 0.84 | 0.47 |
| Hex | 13 | 16 | DF | 5B | 5A | 0 | D | EF | 54 | 2F |
| Octal | 23 | 26 | 337 | 133 | 132 | 0 | 15 | 357 | 124 | 57 |
| Binary | 10011 | 10110 | 11011111 | 1011011 | 1011010 | 0 | 1101 | 11101111 | 1010100 | 101111 |
Color Harmonies of #1316DF
Complementary color
Monochromatic Colors of #1316DF
Black with #1316DF
Text Example
Text Example
White with #1316DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1316DF; }
p { color: rgb(19,22,223); }
H1.HeaderClassName
{
color: #1316DF;
}
.AnyTagClassName
{
color: #1316DF;
}
</style>
background-color css
<style>
a { background-color: #1316DF; }
a { background-color: rgb(19,22,223); }
div.DivClassName
{
background-color: #1316DF;
}
.BgClassName
{
background-color: #1316DF;
}
</style>
border-color css
<style>
span { border-color: #1316DF; }
span { border-color: rgb(19,22,223); }
td.TdClassName
{
border-color: #1316DF;
}
.TagClassName
{
border-color: #1316DF;
}
</style>