Shades of Medium Blue #1913B5
Tints of Medium Blue #1913B5
RGB
CMYK
RGB Variations
Color information
#1913B5 (or 0x1913B5) is known color: Medium Blue. HEX triplet: 19, 13 and B5. RGB value is (25,19,181). Sum of RGB (Red+Green+Blue) = 25+19+181=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 181 (71.09% from 255 or 80.44% from 225); Max value from RGB is 181 - color contains mainly: blue. Hex color #1913B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913B5 is #E6EC4A. Grayscale: #262626. Windows color (decimal): -15133771 or 11866905. OLE color: 11866905.
HSL color Cylindrical-coordinate representation of color #1913B5: hue angle of 242.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1913B5 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 19 | 181 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.29 |
| HSL | 242.22º | 0.81% | 0.39% | - |
| HSV(B) | 242.22º | 0.9% | 0.71% | - |
| XYZ | 8.97 | 4.01 | 44.02 | - |
| YUV | 39.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 181 | 0.86 | 0.90 | 0 | 0.29 | 242.22 | 0.81 | 0.39 |
| Hex | 19 | 13 | B5 | 56 | 5A | 0 | 1D | F2 | 51 | 27 |
| Octal | 31 | 23 | 265 | 126 | 132 | 0 | 35 | 362 | 121 | 47 |
| Binary | 11001 | 10011 | 10110101 | 1010110 | 1011010 | 0 | 11101 | 11110010 | 1010001 | 100111 |
Color Harmonies of #1913B5
Complementary color
Monochromatic Colors of #1913B5
Black with #1913B5
Text Example
Text Example
White with #1913B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913B5; }
p { color: rgb(25,19,181); }
H1.HeaderClassName
{
color: #1913B5;
}
.AnyTagClassName
{
color: #1913B5;
}
</style>
background-color css
<style>
a { background-color: #1913B5; }
a { background-color: rgb(25,19,181); }
div.DivClassName
{
background-color: #1913B5;
}
.BgClassName
{
background-color: #1913B5;
}
</style>
border-color css
<style>
span { border-color: #1913B5; }
span { border-color: rgb(25,19,181); }
td.TdClassName
{
border-color: #1913B5;
}
.TagClassName
{
border-color: #1913B5;
}
</style>