Shades of Medium Blue #1713BC
Tints of Medium Blue #1713BC
RGB
CMYK
RGB Variations
Color information
#1713BC (or 0x1713BC) is known color: Medium Blue. HEX triplet: 17, 13 and BC. RGB value is (23,19,188). Sum of RGB (Red+Green+Blue) = 23+19+188=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #1713BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713BC is #E8EC43. Grayscale: #262626. Windows color (decimal): -15264836 or 12325655. OLE color: 12325655.
HSL color Cylindrical-coordinate representation of color #1713BC: hue angle of 241.42º 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 #1713BC is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 19 | 188 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.26 |
| HSL | 241.42º | 0.82% | 0.41% | - |
| HSV(B) | 241.42º | 0.9% | 0.74% | - |
| XYZ | 9.66 | 4.28 | 47.89 | - |
| YUV | 39.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 188 | 0.88 | 0.90 | 0 | 0.26 | 241.42 | 0.82 | 0.41 |
| Hex | 17 | 13 | BC | 58 | 5A | 0 | 1A | F1 | 52 | 29 |
| Octal | 27 | 23 | 274 | 130 | 132 | 0 | 32 | 361 | 122 | 51 |
| Binary | 10111 | 10011 | 10111100 | 1011000 | 1011010 | 0 | 11010 | 11110001 | 1010010 | 101001 |
Color Harmonies of #1713BC
Complementary color
Monochromatic Colors of #1713BC
Black with #1713BC
Text Example
Text Example
White with #1713BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713BC; }
p { color: rgb(23,19,188); }
H1.HeaderClassName
{
color: #1713BC;
}
.AnyTagClassName
{
color: #1713BC;
}
</style>
background-color css
<style>
a { background-color: #1713BC; }
a { background-color: rgb(23,19,188); }
div.DivClassName
{
background-color: #1713BC;
}
.BgClassName
{
background-color: #1713BC;
}
</style>
border-color css
<style>
span { border-color: #1713BC; }
span { border-color: rgb(23,19,188); }
td.TdClassName
{
border-color: #1713BC;
}
.TagClassName
{
border-color: #1713BC;
}
</style>