Shades of Medium Blue #1F01BA
Tints of Medium Blue #1F01BA
RGB
CMYK
RGB Variations
Color information
#1F01BA (or 0x1F01BA) is known color: Medium Blue. HEX triplet: 1F, 01 and BA. RGB value is (31,1,186). Sum of RGB (Red+Green+Blue) = 31+1+186=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01BA is #E0FE45. Grayscale: #1E1E1E. Windows color (decimal): -14745158 or 12189983. OLE color: 12189983.
HSL color Cylindrical-coordinate representation of color #1F01BA: hue angle of 249.73º degrees, saturation: 0.99, 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 #1F01BA is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 1 | 186 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.27 |
| HSL | 249.73º | 0.99% | 0.37% | - |
| HSV(B) | 249.73º | 0.99% | 0.73% | - |
| XYZ | 9.44 | 3.86 | 46.7 | - |
| YUV | 31.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 186 | 0.83 | 0.99 | 0 | 0.27 | 249.73 | 0.99 | 0.37 |
| Hex | 1F | 1 | BA | 53 | 63 | 0 | 1B | FA | 63 | 25 |
| Octal | 37 | 1 | 272 | 123 | 143 | 0 | 33 | 372 | 143 | 45 |
| Binary | 11111 | 1 | 10111010 | 1010011 | 1100011 | 0 | 11011 | 11111010 | 1100011 | 100101 |
Color Harmonies of #1F01BA
Complementary color
Monochromatic Colors of #1F01BA
Black with #1F01BA
Text Example
Text Example
White with #1F01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01BA; }
p { color: rgb(31,1,186); }
H1.HeaderClassName
{
color: #1F01BA;
}
.AnyTagClassName
{
color: #1F01BA;
}
</style>
background-color css
<style>
a { background-color: #1F01BA; }
a { background-color: rgb(31,1,186); }
div.DivClassName
{
background-color: #1F01BA;
}
.BgClassName
{
background-color: #1F01BA;
}
</style>
border-color css
<style>
span { border-color: #1F01BA; }
span { border-color: rgb(31,1,186); }
td.TdClassName
{
border-color: #1F01BA;
}
.TagClassName
{
border-color: #1F01BA;
}
</style>