Shades of Medium Blue #1302BA
Tints of Medium Blue #1302BA
RGB
CMYK
RGB Variations
Color information
#1302BA (or 0x1302BA) is known color: Medium Blue. HEX triplet: 13, 02 and BA. RGB value is (19,2,186). Sum of RGB (Red+Green+Blue) = 19+2+186=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #1302BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302BA is #ECFD45. Grayscale: #1B1B1B. Windows color (decimal): -15531334 or 12190227. OLE color: 12190227.
HSL color Cylindrical-coordinate representation of color #1302BA: hue angle of 245.54º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302BA is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 2 | 186 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.27 |
| HSL | 245.54º | 0.98% | 0.37% | - |
| HSV(B) | 245.54º | 0.99% | 0.73% | - |
| XYZ | 9.15 | 3.73 | 46.69 | - |
| YUV | 28.06 | 217.13 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 186 | 0.90 | 0.99 | 0 | 0.27 | 245.54 | 0.98 | 0.37 |
| Hex | 13 | 2 | BA | 5A | 63 | 0 | 1B | F6 | 62 | 25 |
| Octal | 23 | 2 | 272 | 132 | 143 | 0 | 33 | 366 | 142 | 45 |
| Binary | 10011 | 10 | 10111010 | 1011010 | 1100011 | 0 | 11011 | 11110110 | 1100010 | 100101 |
Color Harmonies of #1302BA
Complementary color
Monochromatic Colors of #1302BA
Black with #1302BA
Text Example
Text Example
White with #1302BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302BA; }
p { color: rgb(19,2,186); }
H1.HeaderClassName
{
color: #1302BA;
}
.AnyTagClassName
{
color: #1302BA;
}
</style>
background-color css
<style>
a { background-color: #1302BA; }
a { background-color: rgb(19,2,186); }
div.DivClassName
{
background-color: #1302BA;
}
.BgClassName
{
background-color: #1302BA;
}
</style>
border-color css
<style>
span { border-color: #1302BA; }
span { border-color: rgb(19,2,186); }
td.TdClassName
{
border-color: #1302BA;
}
.TagClassName
{
border-color: #1302BA;
}
</style>