Shades of Medium Blue #1319BD
Tints of Medium Blue #1319BD
RGB
CMYK
RGB Variations
Color information
#1319BD (or 0x1319BD) is known color: Medium Blue. HEX triplet: 13, 19 and BD. RGB value is (19,25,189). Sum of RGB (Red+Green+Blue) = 19+25+189=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #1319BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319BD is #ECE642. Grayscale: #292929. Windows color (decimal): -15525443 or 12392723. OLE color: 12392723.
HSL color Cylindrical-coordinate representation of color #1319BD: hue angle of 237.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1319BD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 25 | 189 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.26 |
| HSL | 237.88º | 0.82% | 0.41% | - |
| HSV(B) | 237.88º | 0.9% | 0.74% | - |
| XYZ | 9.8 | 4.51 | 48.5 | - |
| YUV | 41.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 189 | 0.90 | 0.87 | 0 | 0.26 | 237.88 | 0.82 | 0.41 |
| Hex | 13 | 19 | BD | 5A | 57 | 0 | 1A | EE | 52 | 29 |
| Octal | 23 | 31 | 275 | 132 | 127 | 0 | 32 | 356 | 122 | 51 |
| Binary | 10011 | 11001 | 10111101 | 1011010 | 1010111 | 0 | 11010 | 11101110 | 1010010 | 101001 |
Color Harmonies of #1319BD
Complementary color
Monochromatic Colors of #1319BD
Black with #1319BD
Text Example
Text Example
White with #1319BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319BD; }
p { color: rgb(19,25,189); }
H1.HeaderClassName
{
color: #1319BD;
}
.AnyTagClassName
{
color: #1319BD;
}
</style>
background-color css
<style>
a { background-color: #1319BD; }
a { background-color: rgb(19,25,189); }
div.DivClassName
{
background-color: #1319BD;
}
.BgClassName
{
background-color: #1319BD;
}
</style>
border-color css
<style>
span { border-color: #1319BD; }
span { border-color: rgb(19,25,189); }
td.TdClassName
{
border-color: #1319BD;
}
.TagClassName
{
border-color: #1319BD;
}
</style>