Shades of Medium Blue #1917CB
Tints of Medium Blue #1917CB
RGB
CMYK
RGB Variations
Color information
#1917CB (or 0x1917CB) is known color: Medium Blue. HEX triplet: 19, 17 and CB. RGB value is (25,23,203). Sum of RGB (Red+Green+Blue) = 25+23+203=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 23 (9.38% from 255 or 9.16% 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 #1917CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917CB is #E6E834. Grayscale: #2B2B2B. Windows color (decimal): -15132725 or 13309721. OLE color: 13309721.
HSL color Cylindrical-coordinate representation of color #1917CB: hue angle of 240.67º 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 #1917CB is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 23 | 203 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.20 |
| HSL | 240.67º | 0.8% | 0.44% | - |
| HSV(B) | 240.67º | 0.89% | 0.8% | - |
| XYZ | 11.49 | 5.13 | 56.88 | - |
| YUV | 44.12 | 217.66 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 203 | 0.88 | 0.89 | 0 | 0.20 | 240.67 | 0.8 | 0.44 |
| Hex | 19 | 17 | CB | 58 | 59 | 0 | 14 | F1 | 50 | 2C |
| Octal | 31 | 27 | 313 | 130 | 131 | 0 | 24 | 361 | 120 | 54 |
| Binary | 11001 | 10111 | 11001011 | 1011000 | 1011001 | 0 | 10100 | 11110001 | 1010000 | 101100 |
Color Harmonies of #1917CB
Complementary color
Monochromatic Colors of #1917CB
Black with #1917CB
Text Example
Text Example
White with #1917CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917CB; }
p { color: rgb(25,23,203); }
H1.HeaderClassName
{
color: #1917CB;
}
.AnyTagClassName
{
color: #1917CB;
}
</style>
background-color css
<style>
a { background-color: #1917CB; }
a { background-color: rgb(25,23,203); }
div.DivClassName
{
background-color: #1917CB;
}
.BgClassName
{
background-color: #1917CB;
}
</style>
border-color css
<style>
span { border-color: #1917CB; }
span { border-color: rgb(25,23,203); }
td.TdClassName
{
border-color: #1917CB;
}
.TagClassName
{
border-color: #1917CB;
}
</style>