Shades of Medium Blue #1313DF
Tints of Medium Blue #1313DF
RGB
CMYK
RGB Variations
Color information
#1313DF (or 0x1313DF) is known color: Medium Blue. HEX triplet: 13, 13 and DF. RGB value is (19,19,223). Sum of RGB (Red+Green+Blue) = 19+19+223=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #1313DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313DF is #ECEC20. Grayscale: #292929. Windows color (decimal): -15526945 or 14619411. OLE color: 14619411.
HSL color Cylindrical-coordinate representation of color #1313DF: hue angle of 240º 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 #1313DF is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 19 | 223 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.13 |
| HSL | 240º | 0.84% | 0.47% | - |
| HSV(B) | 240º | 0.91% | 0.87% | - |
| XYZ | 13.82 | 5.93 | 70.23 | - |
| YUV | 42.26 | 230 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 223 | 0.91 | 0.91 | 0 | 0.13 | 240 | 0.84 | 0.47 |
| Hex | 13 | 13 | DF | 5B | 5B | 0 | D | F0 | 54 | 2F |
| Octal | 23 | 23 | 337 | 133 | 133 | 0 | 15 | 360 | 124 | 57 |
| Binary | 10011 | 10011 | 11011111 | 1011011 | 1011011 | 0 | 1101 | 11110000 | 1010100 | 101111 |
Color Harmonies of #1313DF
Complementary color
Monochromatic Colors of #1313DF
Black with #1313DF
Text Example
Text Example
White with #1313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1313DF; }
p { color: rgb(19,19,223); }
H1.HeaderClassName
{
color: #1313DF;
}
.AnyTagClassName
{
color: #1313DF;
}
</style>
background-color css
<style>
a { background-color: #1313DF; }
a { background-color: rgb(19,19,223); }
div.DivClassName
{
background-color: #1313DF;
}
.BgClassName
{
background-color: #1313DF;
}
</style>
border-color css
<style>
span { border-color: #1313DF; }
span { border-color: rgb(19,19,223); }
td.TdClassName
{
border-color: #1313DF;
}
.TagClassName
{
border-color: #1313DF;
}
</style>