Shades of Medium Blue #1308BC
Tints of Medium Blue #1308BC
RGB
CMYK
RGB Variations
Color information
#1308BC (or 0x1308BC) is known color: Medium Blue. HEX triplet: 13, 08 and BC. RGB value is (19,8,188). Sum of RGB (Red+Green+Blue) = 19+8+188=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #1308BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308BC is #ECF743. Grayscale: #1F1F1F. Windows color (decimal): -15529796 or 12322835. OLE color: 12322835.
HSL color Cylindrical-coordinate representation of color #1308BC: hue angle of 243.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308BC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 8 | 188 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.26 |
| HSL | 243.67º | 0.92% | 0.38% | - |
| HSV(B) | 243.67º | 0.96% | 0.74% | - |
| XYZ | 9.43 | 3.94 | 47.84 | - |
| YUV | 31.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 188 | 0.90 | 0.96 | 0 | 0.26 | 243.67 | 0.92 | 0.38 |
| Hex | 13 | 8 | BC | 5A | 60 | 0 | 1A | F4 | 5C | 26 |
| Octal | 23 | 10 | 274 | 132 | 140 | 0 | 32 | 364 | 134 | 46 |
| Binary | 10011 | 1000 | 10111100 | 1011010 | 1100000 | 0 | 11010 | 11110100 | 1011100 | 100110 |
Color Harmonies of #1308BC
Complementary color
Monochromatic Colors of #1308BC
Black with #1308BC
Text Example
Text Example
White with #1308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308BC; }
p { color: rgb(19,8,188); }
H1.HeaderClassName
{
color: #1308BC;
}
.AnyTagClassName
{
color: #1308BC;
}
</style>
background-color css
<style>
a { background-color: #1308BC; }
a { background-color: rgb(19,8,188); }
div.DivClassName
{
background-color: #1308BC;
}
.BgClassName
{
background-color: #1308BC;
}
</style>
border-color css
<style>
span { border-color: #1308BC; }
span { border-color: rgb(19,8,188); }
td.TdClassName
{
border-color: #1308BC;
}
.TagClassName
{
border-color: #1308BC;
}
</style>