Shades of Medium Blue #1913D8
Tints of Medium Blue #1913D8
RGB
CMYK
RGB Variations
Color information
#1913D8 (or 0x1913D8) is known color: Medium Blue. HEX triplet: 19, 13 and D8. RGB value is (25,19,216). Sum of RGB (Red+Green+Blue) = 25+19+216=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #1913D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913D8 is #E6EC27. Grayscale: #2A2A2A. Windows color (decimal): -15133736 or 14160665. OLE color: 14160665.
HSL color Cylindrical-coordinate representation of color #1913D8: hue angle of 241.83º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1913D8 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 19 | 216 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.15 |
| HSL | 241.83º | 0.84% | 0.46% | - |
| HSV(B) | 241.83º | 0.91% | 0.85% | - |
| XYZ | 13.03 | 5.63 | 65.37 | - |
| YUV | 43.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 216 | 0.88 | 0.91 | 0 | 0.15 | 241.83 | 0.84 | 0.46 |
| Hex | 19 | 13 | D8 | 58 | 5B | 0 | F | F2 | 54 | 2E |
| Octal | 31 | 23 | 330 | 130 | 133 | 0 | 17 | 362 | 124 | 56 |
| Binary | 11001 | 10011 | 11011000 | 1011000 | 1011011 | 0 | 1111 | 11110010 | 1010100 | 101110 |
Color Harmonies of #1913D8
Complementary color
Monochromatic Colors of #1913D8
Black with #1913D8
Text Example
Text Example
White with #1913D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913D8; }
p { color: rgb(25,19,216); }
H1.HeaderClassName
{
color: #1913D8;
}
.AnyTagClassName
{
color: #1913D8;
}
</style>
background-color css
<style>
a { background-color: #1913D8; }
a { background-color: rgb(25,19,216); }
div.DivClassName
{
background-color: #1913D8;
}
.BgClassName
{
background-color: #1913D8;
}
</style>
border-color css
<style>
span { border-color: #1913D8; }
span { border-color: rgb(25,19,216); }
td.TdClassName
{
border-color: #1913D8;
}
.TagClassName
{
border-color: #1913D8;
}
</style>