Shades of Medium Blue #1910D4
Tints of Medium Blue #1910D4
RGB
CMYK
RGB Variations
Color information
#1910D4 (or 0x1910D4) is known color: Medium Blue. HEX triplet: 19, 10 and D4. RGB value is (25,16,212). Sum of RGB (Red+Green+Blue) = 25+16+212=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 212 (83.20% from 255 or 83.79% from 253); Max value from RGB is 212 - color contains mainly: blue. Hex color #1910D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1910D4 is #E6EF2B. Grayscale: #282828. Windows color (decimal): -15134508 or 13897753. OLE color: 13897753.
HSL color Cylindrical-coordinate representation of color #1910D4: hue angle of 242.76º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1910D4 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 16 | 212 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.17 |
| HSL | 242.76º | 0.86% | 0.45% | - |
| HSV(B) | 242.76º | 0.92% | 0.83% | - |
| XYZ | 12.47 | 5.33 | 62.66 | - |
| YUV | 41.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 212 | 0.88 | 0.92 | 0 | 0.17 | 242.76 | 0.86 | 0.45 |
| Hex | 19 | 10 | D4 | 58 | 5C | 0 | 11 | F3 | 56 | 2D |
| Octal | 31 | 20 | 324 | 130 | 134 | 0 | 21 | 363 | 126 | 55 |
| Binary | 11001 | 10000 | 11010100 | 1011000 | 1011100 | 0 | 10001 | 11110011 | 1010110 | 101101 |
Color Harmonies of #1910D4
Complementary color
Monochromatic Colors of #1910D4
Black with #1910D4
Text Example
Text Example
White with #1910D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1910D4; }
p { color: rgb(25,16,212); }
H1.HeaderClassName
{
color: #1910D4;
}
.AnyTagClassName
{
color: #1910D4;
}
</style>
background-color css
<style>
a { background-color: #1910D4; }
a { background-color: rgb(25,16,212); }
div.DivClassName
{
background-color: #1910D4;
}
.BgClassName
{
background-color: #1910D4;
}
</style>
border-color css
<style>
span { border-color: #1910D4; }
span { border-color: rgb(25,16,212); }
td.TdClassName
{
border-color: #1910D4;
}
.TagClassName
{
border-color: #1910D4;
}
</style>