Shades of Medium Blue #1713D6
Tints of Medium Blue #1713D6
RGB
CMYK
RGB Variations
Color information
#1713D6 (or 0x1713D6) is known color: Medium Blue. HEX triplet: 17, 13 and D6. RGB value is (23,19,214). Sum of RGB (Red+Green+Blue) = 23+19+214=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 214 (83.98% from 255 or 83.59% from 256); Max value from RGB is 214 - color contains mainly: blue. Hex color #1713D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713D6 is #E8EC29. Grayscale: #292929. Windows color (decimal): -15264810 or 14029591. OLE color: 14029591.
HSL color Cylindrical-coordinate representation of color #1713D6: hue angle of 241.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1713D6 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 19 | 214 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.16 |
| HSL | 241.23º | 0.84% | 0.46% | - |
| HSV(B) | 241.23º | 0.91% | 0.84% | - |
| XYZ | 12.72 | 5.5 | 64.01 | - |
| YUV | 42.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 214 | 0.89 | 0.91 | 0 | 0.16 | 241.23 | 0.84 | 0.46 |
| Hex | 17 | 13 | D6 | 59 | 5B | 0 | 10 | F1 | 54 | 2E |
| Octal | 27 | 23 | 326 | 131 | 133 | 0 | 20 | 361 | 124 | 56 |
| Binary | 10111 | 10011 | 11010110 | 1011001 | 1011011 | 0 | 10000 | 11110001 | 1010100 | 101110 |
Color Harmonies of #1713D6
Complementary color
Monochromatic Colors of #1713D6
Black with #1713D6
Text Example
Text Example
White with #1713D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713D6; }
p { color: rgb(23,19,214); }
H1.HeaderClassName
{
color: #1713D6;
}
.AnyTagClassName
{
color: #1713D6;
}
</style>
background-color css
<style>
a { background-color: #1713D6; }
a { background-color: rgb(23,19,214); }
div.DivClassName
{
background-color: #1713D6;
}
.BgClassName
{
background-color: #1713D6;
}
</style>
border-color css
<style>
span { border-color: #1713D6; }
span { border-color: rgb(23,19,214); }
td.TdClassName
{
border-color: #1713D6;
}
.TagClassName
{
border-color: #1713D6;
}
</style>