Shades of Medium Blue #1F05BA
Tints of Medium Blue #1F05BA
RGB
CMYK
RGB Variations
Color information
#1F05BA (or 0x1F05BA) is known color: Medium Blue. HEX triplet: 1F, 05 and BA. RGB value is (31,5,186). Sum of RGB (Red+Green+Blue) = 31+5+186=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05BA is #E0FA45. Grayscale: #202020. Windows color (decimal): -14744134 or 12191007. OLE color: 12191007.
HSL color Cylindrical-coordinate representation of color #1F05BA: hue angle of 248.62º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05BA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 5 | 186 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.27 |
| HSL | 248.62º | 0.95% | 0.37% | - |
| HSV(B) | 248.62º | 0.97% | 0.73% | - |
| XYZ | 9.48 | 3.95 | 46.72 | - |
| YUV | 33.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 186 | 0.83 | 0.97 | 0 | 0.27 | 248.62 | 0.95 | 0.37 |
| Hex | 1F | 5 | BA | 53 | 61 | 0 | 1B | F9 | 5F | 25 |
| Octal | 37 | 5 | 272 | 123 | 141 | 0 | 33 | 371 | 137 | 45 |
| Binary | 11111 | 101 | 10111010 | 1010011 | 1100001 | 0 | 11011 | 11111001 | 1011111 | 100101 |
Color Harmonies of #1F05BA
Complementary color
Monochromatic Colors of #1F05BA
Black with #1F05BA
Text Example
Text Example
White with #1F05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F05BA; }
p { color: rgb(31,5,186); }
H1.HeaderClassName
{
color: #1F05BA;
}
.AnyTagClassName
{
color: #1F05BA;
}
</style>
background-color css
<style>
a { background-color: #1F05BA; }
a { background-color: rgb(31,5,186); }
div.DivClassName
{
background-color: #1F05BA;
}
.BgClassName
{
background-color: #1F05BA;
}
</style>
border-color css
<style>
span { border-color: #1F05BA; }
span { border-color: rgb(31,5,186); }
td.TdClassName
{
border-color: #1F05BA;
}
.TagClassName
{
border-color: #1F05BA;
}
</style>