Shades of Medium Blue #1917DA
Tints of Medium Blue #1917DA
RGB
CMYK
RGB Variations
Color information
#1917DA (or 0x1917DA) is known color: Medium Blue. HEX triplet: 19, 17 and DA. RGB value is (25,23,218). Sum of RGB (Red+Green+Blue) = 25+23+218=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #1917DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917DA is #E6E825. Grayscale: #2D2D2D. Windows color (decimal): -15132710 or 14292761. OLE color: 14292761.
HSL color Cylindrical-coordinate representation of color #1917DA: hue angle of 240.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1917DA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 23 | 218 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.15 |
| HSL | 240.62º | 0.81% | 0.47% | - |
| HSV(B) | 240.62º | 0.89% | 0.85% | - |
| XYZ | 13.36 | 5.88 | 66.76 | - |
| YUV | 45.83 | 225.16 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 218 | 0.89 | 0.89 | 0 | 0.15 | 240.62 | 0.81 | 0.47 |
| Hex | 19 | 17 | DA | 59 | 59 | 0 | F | F1 | 51 | 2F |
| Octal | 31 | 27 | 332 | 131 | 131 | 0 | 17 | 361 | 121 | 57 |
| Binary | 11001 | 10111 | 11011010 | 1011001 | 1011001 | 0 | 1111 | 11110001 | 1010001 | 101111 |
Color Harmonies of #1917DA
Complementary color
Monochromatic Colors of #1917DA
Black with #1917DA
Text Example
Text Example
White with #1917DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917DA; }
p { color: rgb(25,23,218); }
H1.HeaderClassName
{
color: #1917DA;
}
.AnyTagClassName
{
color: #1917DA;
}
</style>
background-color css
<style>
a { background-color: #1917DA; }
a { background-color: rgb(25,23,218); }
div.DivClassName
{
background-color: #1917DA;
}
.BgClassName
{
background-color: #1917DA;
}
</style>
border-color css
<style>
span { border-color: #1917DA; }
span { border-color: rgb(25,23,218); }
td.TdClassName
{
border-color: #1917DA;
}
.TagClassName
{
border-color: #1917DA;
}
</style>