Shades of Medium Blue #1719CF
Tints of Medium Blue #1719CF
RGB
CMYK
RGB Variations
Color information
#1719CF (or 0x1719CF) is known color: Medium Blue. HEX triplet: 17, 19 and CF. RGB value is (23,25,207). Sum of RGB (Red+Green+Blue) = 23+25+207=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #1719CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719CF is #E8E630. Grayscale: #2C2C2C. Windows color (decimal): -15263281 or 13572375. OLE color: 13572375.
HSL color Cylindrical-coordinate representation of color #1719CF: hue angle of 239.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1719CF is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 25 | 207 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.19 |
| HSL | 239.35º | 0.8% | 0.45% | - |
| HSV(B) | 239.35º | 0.89% | 0.81% | - |
| XYZ | 11.96 | 5.38 | 59.44 | - |
| YUV | 45.15 | 219.34 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 207 | 0.89 | 0.88 | 0 | 0.19 | 239.35 | 0.8 | 0.45 |
| Hex | 17 | 19 | CF | 59 | 58 | 0 | 13 | EF | 50 | 2D |
| Octal | 27 | 31 | 317 | 131 | 130 | 0 | 23 | 357 | 120 | 55 |
| Binary | 10111 | 11001 | 11001111 | 1011001 | 1011000 | 0 | 10011 | 11101111 | 1010000 | 101101 |
Color Harmonies of #1719CF
Complementary color
Monochromatic Colors of #1719CF
Black with #1719CF
Text Example
Text Example
White with #1719CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719CF; }
p { color: rgb(23,25,207); }
H1.HeaderClassName
{
color: #1719CF;
}
.AnyTagClassName
{
color: #1719CF;
}
</style>
background-color css
<style>
a { background-color: #1719CF; }
a { background-color: rgb(23,25,207); }
div.DivClassName
{
background-color: #1719CF;
}
.BgClassName
{
background-color: #1719CF;
}
</style>
border-color css
<style>
span { border-color: #1719CF; }
span { border-color: rgb(23,25,207); }
td.TdClassName
{
border-color: #1719CF;
}
.TagClassName
{
border-color: #1719CF;
}
</style>