Shades of Medium Blue #1304BA
Tints of Medium Blue #1304BA
RGB
CMYK
RGB Variations
Color information
#1304BA (or 0x1304BA) is known color: Medium Blue. HEX triplet: 13, 04 and BA. RGB value is (19,4,186). Sum of RGB (Red+Green+Blue) = 19+4+186=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #1304BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304BA is #ECFB45. Grayscale: #1C1C1C. Windows color (decimal): -15530822 or 12190739. OLE color: 12190739.
HSL color Cylindrical-coordinate representation of color #1304BA: hue angle of 244.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304BA is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 4 | 186 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.27 |
| HSL | 244.95º | 0.96% | 0.37% | - |
| HSV(B) | 244.95º | 0.98% | 0.73% | - |
| XYZ | 9.17 | 3.77 | 46.7 | - |
| YUV | 29.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 186 | 0.90 | 0.98 | 0 | 0.27 | 244.95 | 0.96 | 0.37 |
| Hex | 13 | 4 | BA | 5A | 62 | 0 | 1B | F5 | 60 | 25 |
| Octal | 23 | 4 | 272 | 132 | 142 | 0 | 33 | 365 | 140 | 45 |
| Binary | 10011 | 100 | 10111010 | 1011010 | 1100010 | 0 | 11011 | 11110101 | 1100000 | 100101 |
Color Harmonies of #1304BA
Complementary color
Monochromatic Colors of #1304BA
Black with #1304BA
Text Example
Text Example
White with #1304BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1304BA; }
p { color: rgb(19,4,186); }
H1.HeaderClassName
{
color: #1304BA;
}
.AnyTagClassName
{
color: #1304BA;
}
</style>
background-color css
<style>
a { background-color: #1304BA; }
a { background-color: rgb(19,4,186); }
div.DivClassName
{
background-color: #1304BA;
}
.BgClassName
{
background-color: #1304BA;
}
</style>
border-color css
<style>
span { border-color: #1304BA; }
span { border-color: rgb(19,4,186); }
td.TdClassName
{
border-color: #1304BA;
}
.TagClassName
{
border-color: #1304BA;
}
</style>