Shades of Medium Blue #1305BD
Tints of Medium Blue #1305BD
RGB
CMYK
RGB Variations
Color information
#1305BD (or 0x1305BD) is known color: Medium Blue. HEX triplet: 13, 05 and BD. RGB value is (19,5,189). Sum of RGB (Red+Green+Blue) = 19+5+189=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1305BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305BD is #ECFA42. Grayscale: #1D1D1D. Windows color (decimal): -15530563 or 12387603. OLE color: 12387603.
HSL color Cylindrical-coordinate representation of color #1305BD: hue angle of 244.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1305BD is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 5 | 189 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.26 |
| HSL | 244.57º | 0.95% | 0.38% | - |
| HSV(B) | 244.57º | 0.97% | 0.74% | - |
| XYZ | 9.51 | 3.92 | 48.4 | - |
| YUV | 30.16 | 217.64 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 189 | 0.90 | 0.97 | 0 | 0.26 | 244.57 | 0.95 | 0.38 |
| Hex | 13 | 5 | BD | 5A | 61 | 0 | 1A | F5 | 5F | 26 |
| Octal | 23 | 5 | 275 | 132 | 141 | 0 | 32 | 365 | 137 | 46 |
| Binary | 10011 | 101 | 10111101 | 1011010 | 1100001 | 0 | 11010 | 11110101 | 1011111 | 100110 |
Color Harmonies of #1305BD
Complementary color
Monochromatic Colors of #1305BD
Black with #1305BD
Text Example
Text Example
White with #1305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1305BD; }
p { color: rgb(19,5,189); }
H1.HeaderClassName
{
color: #1305BD;
}
.AnyTagClassName
{
color: #1305BD;
}
</style>
background-color css
<style>
a { background-color: #1305BD; }
a { background-color: rgb(19,5,189); }
div.DivClassName
{
background-color: #1305BD;
}
.BgClassName
{
background-color: #1305BD;
}
</style>
border-color css
<style>
span { border-color: #1305BD; }
span { border-color: rgb(19,5,189); }
td.TdClassName
{
border-color: #1305BD;
}
.TagClassName
{
border-color: #1305BD;
}
</style>