Shades of Medium Blue #1302BF
Tints of Medium Blue #1302BF
RGB
CMYK
RGB Variations
Color information
#1302BF (or 0x1302BF) is known color: Medium Blue. HEX triplet: 13, 02 and BF. RGB value is (19,2,191). Sum of RGB (Red+Green+Blue) = 19+2+191=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #1302BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302BF is #ECFD40. Grayscale: #1B1B1B. Windows color (decimal): -15531329 or 12517907. OLE color: 12517907.
HSL color Cylindrical-coordinate representation of color #1302BF: hue angle of 245.4º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302BF is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 2 | 191 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.25 |
| HSL | 245.4º | 0.98% | 0.38% | - |
| HSV(B) | 245.4º | 0.99% | 0.75% | - |
| XYZ | 9.69 | 3.94 | 49.54 | - |
| YUV | 28.63 | 219.63 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 191 | 0.90 | 0.99 | 0 | 0.25 | 245.4 | 0.98 | 0.38 |
| Hex | 13 | 2 | BF | 5A | 63 | 0 | 19 | F5 | 62 | 26 |
| Octal | 23 | 2 | 277 | 132 | 143 | 0 | 31 | 365 | 142 | 46 |
| Binary | 10011 | 10 | 10111111 | 1011010 | 1100011 | 0 | 11001 | 11110101 | 1100010 | 100110 |
Color Harmonies of #1302BF
Complementary color
Monochromatic Colors of #1302BF
Black with #1302BF
Text Example
Text Example
White with #1302BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302BF; }
p { color: rgb(19,2,191); }
H1.HeaderClassName
{
color: #1302BF;
}
.AnyTagClassName
{
color: #1302BF;
}
</style>
background-color css
<style>
a { background-color: #1302BF; }
a { background-color: rgb(19,2,191); }
div.DivClassName
{
background-color: #1302BF;
}
.BgClassName
{
background-color: #1302BF;
}
</style>
border-color css
<style>
span { border-color: #1302BF; }
span { border-color: rgb(19,2,191); }
td.TdClassName
{
border-color: #1302BF;
}
.TagClassName
{
border-color: #1302BF;
}
</style>