Shades of Medium Blue #1F10BA
Tints of Medium Blue #1F10BA
RGB
CMYK
RGB Variations
Color information
#1F10BA (or 0x1F10BA) is known color: Medium Blue. HEX triplet: 1F, 10 and BA. RGB value is (31,16,186). Sum of RGB (Red+Green+Blue) = 31+16+186=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F10BA is #E0EF45. Grayscale: #272727. Windows color (decimal): -14741318 or 12193823. OLE color: 12193823.
HSL color Cylindrical-coordinate representation of color #1F10BA: hue angle of 245.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F10BA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 16 | 186 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.27 |
| HSL | 245.29º | 0.84% | 0.4% | - |
| HSV(B) | 245.29º | 0.91% | 0.73% | - |
| XYZ | 9.61 | 4.21 | 46.76 | - |
| YUV | 39.87 | 210.47 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 186 | 0.83 | 0.91 | 0 | 0.27 | 245.29 | 0.84 | 0.4 |
| Hex | 1F | 10 | BA | 53 | 5B | 0 | 1B | F5 | 54 | 28 |
| Octal | 37 | 20 | 272 | 123 | 133 | 0 | 33 | 365 | 124 | 50 |
| Binary | 11111 | 10000 | 10111010 | 1010011 | 1011011 | 0 | 11011 | 11110101 | 1010100 | 101000 |
Color Harmonies of #1F10BA
Complementary color
Monochromatic Colors of #1F10BA
Black with #1F10BA
Text Example
Text Example
White with #1F10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10BA; }
p { color: rgb(31,16,186); }
H1.HeaderClassName
{
color: #1F10BA;
}
.AnyTagClassName
{
color: #1F10BA;
}
</style>
background-color css
<style>
a { background-color: #1F10BA; }
a { background-color: rgb(31,16,186); }
div.DivClassName
{
background-color: #1F10BA;
}
.BgClassName
{
background-color: #1F10BA;
}
</style>
border-color css
<style>
span { border-color: #1F10BA; }
span { border-color: rgb(31,16,186); }
td.TdClassName
{
border-color: #1F10BA;
}
.TagClassName
{
border-color: #1F10BA;
}
</style>