Shades of Medium Blue #1719CB
Tints of Medium Blue #1719CB
RGB
CMYK
RGB Variations
Color information
#1719CB (or 0x1719CB) is known color: Medium Blue. HEX triplet: 17, 19 and CB. RGB value is (23,25,203). Sum of RGB (Red+Green+Blue) = 23+25+203=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #1719CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719CB is #E8E634. Grayscale: #2B2B2B. Windows color (decimal): -15263285 or 13310231. OLE color: 13310231.
HSL color Cylindrical-coordinate representation of color #1719CB: hue angle of 239.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1719CB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 25 | 203 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.20 |
| HSL | 239.33º | 0.8% | 0.44% | - |
| HSV(B) | 239.33º | 0.89% | 0.8% | - |
| XYZ | 11.48 | 5.19 | 56.9 | - |
| YUV | 44.69 | 217.34 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 203 | 0.89 | 0.88 | 0 | 0.20 | 239.33 | 0.8 | 0.44 |
| Hex | 17 | 19 | CB | 59 | 58 | 0 | 14 | EF | 50 | 2C |
| Octal | 27 | 31 | 313 | 131 | 130 | 0 | 24 | 357 | 120 | 54 |
| Binary | 10111 | 11001 | 11001011 | 1011001 | 1011000 | 0 | 10100 | 11101111 | 1010000 | 101100 |
Color Harmonies of #1719CB
Complementary color
Monochromatic Colors of #1719CB
Black with #1719CB
Text Example
Text Example
White with #1719CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1719CB; }
p { color: rgb(23,25,203); }
H1.HeaderClassName
{
color: #1719CB;
}
.AnyTagClassName
{
color: #1719CB;
}
</style>
background-color css
<style>
a { background-color: #1719CB; }
a { background-color: rgb(23,25,203); }
div.DivClassName
{
background-color: #1719CB;
}
.BgClassName
{
background-color: #1719CB;
}
</style>
border-color css
<style>
span { border-color: #1719CB; }
span { border-color: rgb(23,25,203); }
td.TdClassName
{
border-color: #1719CB;
}
.TagClassName
{
border-color: #1719CB;
}
</style>