Shades of Medium Blue #1713CA
Tints of Medium Blue #1713CA
RGB
CMYK
RGB Variations
Color information
#1713CA (or 0x1713CA) is known color: Medium Blue. HEX triplet: 17, 13 and CA. RGB value is (23,19,202). Sum of RGB (Red+Green+Blue) = 23+19+202=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #1713CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713CA is #E8EC35. Grayscale: #282828. Windows color (decimal): -15264822 or 13243159. OLE color: 13243159.
HSL color Cylindrical-coordinate representation of color #1713CA: hue angle of 241.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1713CA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 19 | 202 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.21 |
| HSL | 241.31º | 0.83% | 0.43% | - |
| HSV(B) | 241.31º | 0.91% | 0.79% | - |
| XYZ | 11.25 | 4.91 | 56.23 | - |
| YUV | 41.06 | 218.83 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 202 | 0.89 | 0.91 | 0 | 0.21 | 241.31 | 0.83 | 0.43 |
| Hex | 17 | 13 | CA | 59 | 5B | 0 | 15 | F1 | 53 | 2B |
| Octal | 27 | 23 | 312 | 131 | 133 | 0 | 25 | 361 | 123 | 53 |
| Binary | 10111 | 10011 | 11001010 | 1011001 | 1011011 | 0 | 10101 | 11110001 | 1010011 | 101011 |
Color Harmonies of #1713CA
Complementary color
Monochromatic Colors of #1713CA
Black with #1713CA
Text Example
Text Example
White with #1713CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713CA; }
p { color: rgb(23,19,202); }
H1.HeaderClassName
{
color: #1713CA;
}
.AnyTagClassName
{
color: #1713CA;
}
</style>
background-color css
<style>
a { background-color: #1713CA; }
a { background-color: rgb(23,19,202); }
div.DivClassName
{
background-color: #1713CA;
}
.BgClassName
{
background-color: #1713CA;
}
</style>
border-color css
<style>
span { border-color: #1713CA; }
span { border-color: rgb(23,19,202); }
td.TdClassName
{
border-color: #1713CA;
}
.TagClassName
{
border-color: #1713CA;
}
</style>