Shades of Medium Blue #1F03BA
Tints of Medium Blue #1F03BA
RGB
CMYK
RGB Variations
Color information
#1F03BA (or 0x1F03BA) is known color: Medium Blue. HEX triplet: 1F, 03 and BA. RGB value is (31,3,186). Sum of RGB (Red+Green+Blue) = 31+3+186=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03BA is #E0FC45. Grayscale: #1F1F1F. Windows color (decimal): -14744646 or 12190495. OLE color: 12190495.
HSL color Cylindrical-coordinate representation of color #1F03BA: hue angle of 249.18º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F03BA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 3 | 186 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.27 |
| HSL | 249.18º | 0.97% | 0.37% | - |
| HSV(B) | 249.18º | 0.98% | 0.73% | - |
| XYZ | 9.46 | 3.9 | 46.71 | - |
| YUV | 32.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 186 | 0.83 | 0.98 | 0 | 0.27 | 249.18 | 0.97 | 0.37 |
| Hex | 1F | 3 | BA | 53 | 62 | 0 | 1B | F9 | 61 | 25 |
| Octal | 37 | 3 | 272 | 123 | 142 | 0 | 33 | 371 | 141 | 45 |
| Binary | 11111 | 11 | 10111010 | 1010011 | 1100010 | 0 | 11011 | 11111001 | 1100001 | 100101 |
Color Harmonies of #1F03BA
Complementary color
Monochromatic Colors of #1F03BA
Black with #1F03BA
Text Example
Text Example
White with #1F03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03BA; }
p { color: rgb(31,3,186); }
H1.HeaderClassName
{
color: #1F03BA;
}
.AnyTagClassName
{
color: #1F03BA;
}
</style>
background-color css
<style>
a { background-color: #1F03BA; }
a { background-color: rgb(31,3,186); }
div.DivClassName
{
background-color: #1F03BA;
}
.BgClassName
{
background-color: #1F03BA;
}
</style>
border-color css
<style>
span { border-color: #1F03BA; }
span { border-color: rgb(31,3,186); }
td.TdClassName
{
border-color: #1F03BA;
}
.TagClassName
{
border-color: #1F03BA;
}
</style>