Shades of Medium Blue #1303BD
Tints of Medium Blue #1303BD
RGB
CMYK
RGB Variations
Color information
#1303BD (or 0x1303BD) is known color: Medium Blue. HEX triplet: 13, 03 and BD. RGB value is (19,3,189). Sum of RGB (Red+Green+Blue) = 19+3+189=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #1303BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303BD is #ECFC42. Grayscale: #1C1C1C. Windows color (decimal): -15531075 or 12387091. OLE color: 12387091.
HSL color Cylindrical-coordinate representation of color #1303BD: hue angle of 245.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1303BD is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 3 | 189 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.26 |
| HSL | 245.16º | 0.97% | 0.38% | - |
| HSV(B) | 245.16º | 0.98% | 0.74% | - |
| XYZ | 9.49 | 3.88 | 48.39 | - |
| YUV | 28.99 | 218.3 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 189 | 0.90 | 0.98 | 0 | 0.26 | 245.16 | 0.97 | 0.38 |
| Hex | 13 | 3 | BD | 5A | 62 | 0 | 1A | F5 | 61 | 26 |
| Octal | 23 | 3 | 275 | 132 | 142 | 0 | 32 | 365 | 141 | 46 |
| Binary | 10011 | 11 | 10111101 | 1011010 | 1100010 | 0 | 11010 | 11110101 | 1100001 | 100110 |
Color Harmonies of #1303BD
Complementary color
Monochromatic Colors of #1303BD
Black with #1303BD
Text Example
Text Example
White with #1303BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303BD; }
p { color: rgb(19,3,189); }
H1.HeaderClassName
{
color: #1303BD;
}
.AnyTagClassName
{
color: #1303BD;
}
</style>
background-color css
<style>
a { background-color: #1303BD; }
a { background-color: rgb(19,3,189); }
div.DivClassName
{
background-color: #1303BD;
}
.BgClassName
{
background-color: #1303BD;
}
</style>
border-color css
<style>
span { border-color: #1303BD; }
span { border-color: rgb(19,3,189); }
td.TdClassName
{
border-color: #1303BD;
}
.TagClassName
{
border-color: #1303BD;
}
</style>