Shades of Medium Blue #1300BD
Tints of Medium Blue #1300BD
RGB
CMYK
RGB Variations
Color information
#1300BD (or 0x1300BD) is known color: Medium Blue. HEX triplet: 13, 00 and BD. RGB value is (19,0,189). Sum of RGB (Red+Green+Blue) = 19+0+189=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 189 (74.22% from 255 or 90.87% from 208); Max value from RGB is 189 - color contains mainly: blue. Hex color #1300BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1300BD is #ECFF42. Grayscale: #1A1A1A. Windows color (decimal): -15531843 or 12386323. OLE color: 12386323.
HSL color Cylindrical-coordinate representation of color #1300BD: hue angle of 246.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1300BD is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 0 | 189 | - |
| CMYK | 0.90 | 1 | 0 | 0.26 |
| HSL | 246.03º | 1% | 0.37% | - |
| HSV(B) | 246.03º | 1% | 0.74% | - |
| XYZ | 9.45 | 3.81 | 48.38 | - |
| YUV | 27.23 | 219.29 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 189 | 0.90 | 1 | 0 | 0.26 | 246.03 | 1 | 0.37 |
| Hex | 13 | 0 | BD | 5A | 64 | 0 | 1A | F6 | 64 | 25 |
| Octal | 23 | 0 | 275 | 132 | 144 | 0 | 32 | 366 | 144 | 45 |
| Binary | 10011 | 0 | 10111101 | 1011010 | 1100100 | 0 | 11010 | 11110110 | 1100100 | 100101 |
Color Harmonies of #1300BD
Complementary color
Monochromatic Colors of #1300BD
Black with #1300BD
Text Example
Text Example
White with #1300BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1300BD; }
p { color: rgb(19,0,189); }
H1.HeaderClassName
{
color: #1300BD;
}
.AnyTagClassName
{
color: #1300BD;
}
</style>
background-color css
<style>
a { background-color: #1300BD; }
a { background-color: rgb(19,0,189); }
div.DivClassName
{
background-color: #1300BD;
}
.BgClassName
{
background-color: #1300BD;
}
</style>
border-color css
<style>
span { border-color: #1300BD; }
span { border-color: rgb(19,0,189); }
td.TdClassName
{
border-color: #1300BD;
}
.TagClassName
{
border-color: #1300BD;
}
</style>